![]() |
ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
Include dependency graph for com.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| void | vs_com_update_particles (CellStructure &cell_structure, BoxGeometry const &box_geo) |
| void | vs_com_back_transfer_forces_and_torques (CellStructure &cell_structure) |
| void vs_com_back_transfer_forces_and_torques | ( | CellStructure & | cell_structure | ) |
Definition at line 209 of file com.cpp.
References CellStructure::for_each_local_particle(), Particle::force(), gather_buffer_map(), CellStructure::ghosts_reduce_forces(), Particle::id(), init_forces_ghosts(), is_vs_com(), Particle::mass(), Particle::mol_id(), stream, and Particle::vs_com().
Referenced by System::System::calculate_forces().
| void vs_com_update_particles | ( | CellStructure & | cell_structure, |
| BoxGeometry const & | box_geo | ||
| ) |
Definition at line 105 of file com.cpp.
References comm_cart, Cells::DATA_PART_POSITION, BoxGeometry::fold_position(), CellStructure::for_each_local_particle(), gather_buffer_map(), CellStructure::get_local_particle(), CellStructure::ghosts_update(), Particle::id(), Particle::image_box(), Particle::is_virtual(), is_vs_com(), Particle::mass(), Particle::mol_id(), Particle::pos(), stream, BoxGeometry::unfolded_position(), and Particle::vs_com().
Referenced by System::System::integrate(), and System::System::update_dependent_particles().