ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include "config/config.hpp"
#include "BoxGeometry.hpp"
#include "cell_system/CellStructure.hpp"
#include <utils/Vector.hpp>
#include <utils/matrix.hpp>
Go to the source code of this file.
Functions | |
void | vs_relative_update_particles (CellStructure &cell_structure, BoxGeometry const &box_geo) |
void | vs_relative_back_transfer_forces_and_torques (CellStructure &cell_structure) |
Utils::Matrix< double, 3, 3 > | vs_relative_pressure_tensor (CellStructure const &cell_structure) |
void vs_relative_back_transfer_forces_and_torques | ( | CellStructure & | cell_structure | ) |
Definition at line 166 of file relative.cpp.
References connection_vector(), get_reference_particle(), CellStructure::ghost_particles(), CellStructure::ghosts_reduce_forces(), init_forces_ghosts(), is_vs_relative(), is_vs_relative_rot(), is_vs_relative_trans(), CellStructure::local_particles(), and vector_product().
Referenced by System::System::calculate_forces().
Utils::Matrix< double, 3, 3 > vs_relative_pressure_tensor | ( | CellStructure const & | cell_structure | ) |
Definition at line 194 of file relative.cpp.
References constraint_stress(), CellStructure::get_local_particle(), is_vs_relative_trans(), CellStructure::local_particles(), and pressure_tensor.
Referenced by System::System::calculate_pressure().
void vs_relative_update_particles | ( | CellStructure & | cell_structure, |
BoxGeometry const & | box_geo | ||
) |
Definition at line 122 of file relative.cpp.
References CellStructure::check_resort_required(), connection_vector(), Cells::DATA_PART_MOMENTUM, Cells::DATA_PART_POSITION, BoxGeometry::fold_position(), get_reference_particle(), CellStructure::ghosts_update(), is_vs_relative(), is_vs_relative_rot(), is_vs_relative_trans(), LEES_EDWARDS, CellStructure::local_particles(), Cells::RESORT_LOCAL, CellStructure::set_resort_particles(), BoxGeometry::type(), and velocity().
Referenced by System::System::integrate(), and System::System::update_dependent_particles().