|
NDDEM
|
Individual cell for contact detection. More...
#include <Cells.h>
Public Member Functions | |
| template<class Archive > | |
| void | serialize (Archive &ar) |
Public Attributes | |
| std::vector< int > | incell |
| list of particles in the cell More... | |
| std::vector< int > | neighbours |
| list of cell neighbours to the current cell More... | |
| std::vector< int > | neigh_ghosts |
| list of the ghost cells through the PBC More... | |
| std::vector< bitdim > | neigh_ghosts_dim |
| Ghost cell dimensions going through PBC. More... | |
| std::vector< bitdim > | neigh_ghosts_dir |
| Ghost cell directions going through PBC (1 is negative delta) More... | |
| std::vector< int > | neighbours_full |
| list of cell neighbours to the current cell More... | |
| std::vector< int > | neigh_ghosts_full |
| list of the ghost cells through the PBC More... | |
| std::vector< bitdim > | neigh_ghosts_full_dim |
| Ghost cell dimensions going through PBC. More... | |
| std::vector< bitdim > | neigh_ghosts_full_dir |
| Ghost cell directions going through PBC (1 is negative delta) More... | |
Individual cell for contact detection.
|
inline |
| std::vector<int> Cell::incell |
list of particles in the cell
| std::vector<int> Cell::neigh_ghosts |
list of the ghost cells through the PBC
| std::vector<bitdim> Cell::neigh_ghosts_dim |
Ghost cell dimensions going through PBC.
| std::vector<bitdim> Cell::neigh_ghosts_dir |
Ghost cell directions going through PBC (1 is negative delta)
| std::vector<int> Cell::neigh_ghosts_full |
list of the ghost cells through the PBC
| std::vector<bitdim> Cell::neigh_ghosts_full_dim |
Ghost cell dimensions going through PBC.
| std::vector<bitdim> Cell::neigh_ghosts_full_dir |
Ghost cell directions going through PBC (1 is negative delta)
| std::vector<int> Cell::neighbours |
list of cell neighbours to the current cell
| std::vector<int> Cell::neighbours_full |
list of cell neighbours to the current cell