OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
Recursive data structure for. More...
#include <particlegrid.h>
Public Attributes | |
Point * | point |
ParticleGrid< Point > * | subgrid |
Recursive data structure for.
Definition at line 65 of file particlegrid.h.
Point* oofem::ParticleGrid< Point >::RefinedParticlePoint::point |
Definition at line 66 of file particlegrid.h.
Referenced by oofem::ParticleGrid< Point >::appendAllPoints(), oofem::ParticleGrid< Point >::clearPosition(), oofem::ParticleGrid< Point >::createSubGrid(), oofem::ParticleGrid< Point >::getNumberOfPoints(), oofem::ParticleGrid< Point >::getPoint(), oofem::ParticleGrid< Point >::getPointsWithin(), oofem::ParticleGrid< Point >::isEmpty(), and oofem::ParticleGrid< Point >::setPoint().
ParticleGrid<Point>* oofem::ParticleGrid< Point >::RefinedParticlePoint::subgrid |
Definition at line 67 of file particlegrid.h.
Referenced by oofem::ParticleGrid< Point >::appendAllPoints(), oofem::ParticleGrid< Point >::clearPosition(), oofem::ParticleGrid< Point >::getNumberOfPoints(), oofem::ParticleGrid< Point >::getPointsWithin(), oofem::ParticleGrid< Point >::getSubGrid(), and oofem::ParticleGrid< Point >::isEmpty().