bool isBoxInside(const RealBox &a_box) const
Check if a_box is completely inside this box. For this to be true, all the corners of a_box must be c...
Definition CD_RealBox.cpp:133
bool isPointInside(const RealVect a_point) const
Check if a_point is inside this box.
Definition CD_RealBox.cpp:116
Vector< RealVect > getCorners() const
Get all the corners of this box (4 in 2D, 8 in 3D);.
Definition CD_RealBox.cpp:57
bool intersect(const RealBox &a_box) const
Check if a_box intersects this box. This is done by checking if.
Definition CD_RealBox.cpp:84
Base class for a tracer particle solver. This solver can advance particles in a pre-defined velocity ...
Definition CD_TracerParticleSolver.H:37