24#ifndef WireBoundaryForMagP3D_H
25#define WireBoundaryForMagP3D_H
36template<
typename T,
template<
typename U>
class PARTICLETYPE>
37class ParticleSystem3D;
43template<
typename T,
template<
typename U>
class PARTICLETYPE>
57 _materials.insert(mat);
62 for (
unsigned i = 0; i < mats.size(); ++i) {
63 _materials.insert(mats[i]);
68 typename std::deque<PARTICLETYPE<T> >::iterator& p,
73 std::set<int> _materials;
74 std::set<int>::iterator _matIter;
Prototype for all particle boundaries.
Representation of a statistic for a parallel 2D geometry.
Top level namespace for all of OpenLB.
Representation of a parallel 2D geometry – header file.