5#ifndef _MOLECULARDYNAMICS_COUPLING_CELLMAPPINGS_MOLECULEEXTRACTOR_H_
6#define _MOLECULARDYNAMICS_COUPLING_CELLMAPPINGS_MOLECULEEXTRACTOR_H_
7#include "coupling/interface/MDSolverInterface.h"
8#include "coupling/interface/MoleculeIterator.h"
12namespace cellmappings {
56 _molecules.push_back(it->
getConst().getPosition());
69 std::vector<tarch::la::Vector<dim, double>> _molecules;
interface to the MD simulation
Definition MDSolverInterface.h:25
some iterator scheme for traversing the molecules within a linked cell.
Definition MoleculeIterator.h:24
virtual bool continueIteration() const =0
virtual const coupling::interface::Molecule< dim > & getConst()=0
everything necessary for coupling operations, is defined in here
Definition AdditiveMomentumInsertion.h:15