![]() |
Peano
|
#include <list>
#include <vector>
#include "peano4/datamanagement/VertexEnumerator.h"
#include "../../toolbox/particles/ParticleListValidation.cpph"
Go to the source code of this file.
Namespaces | |
namespace | toolbox |
namespace | toolbox::particles |
Functions | |
template<typename T > | |
void | toolbox::particles::ensureAllParticleListsAreGatheredOrEmpty (peano4::datamanagement::VertexEnumerator< T > vertices) |
Check if all particles are either gathered or host the empt set. | |
template<typename T > | |
void | toolbox::particles::ensureThatParticleListsEncodeContinuousMemoryChunks (const std::list< T * > activeParticles, const std::vector< int > &numberOfParticlesPerVertexAdded) |
Validate encoding of particle lists. | |