This class extracts molecule information from a given coupling cell and stores all molecule positions in a vector.
More...
template<class LinkedCell, unsigned int dim>
class coupling::cellmappings::MoleculeExtractor< LinkedCell, dim >
This class extracts molecule information from a given coupling cell and stores all molecule positions in a vector.
extracts molecule information from a given coupling cell and stores all molecule positions in a vector. This class is only meant for testing purposes! If you need individual access to molecules + some functionality, please do so in a separate cell-mapping and call it from the respective transfer strategy instance.
- Template Parameters
-
LinkedCell | cell type |
dim | Number of dimensions; it can be 1, 2 or 3 |
- Author
- Philipp Neumann