MAIA bb96820c
Multiphysics at AIA
|
This class defines a grid point, grid cells consist of. More...
#include <cartesiangridpoint.h>
Public Member Functions | |
void | allocateElements (void *memPointer, void *, MInt &) |
Static Public Member Functions | |
static void | init (MInt NotUsed(dimensions), MInt, MInt) |
static MInt | staticElementSize () |
Public Attributes | |
MFloat * | m_coordinates |
This member stores the coordinates of the point defining the grid point. More... | |
MInt * | m_cellIds |
This member stores the cellIds of adjacent Cells. More... | |
MInt | m_noAdjacentCells |
Static Private Attributes | |
static MFloat * | m_tmpPointer |
Definition at line 18 of file cartesiangridpoint.h.
|
inline |
Definition at line 40 of file cartesiangridpoint.h.
|
inlinestatic |
Definition at line 23 of file cartesiangridpoint.h.
|
inlinestatic |
Definition at line 37 of file cartesiangridpoint.h.
MInt* CartesianGridPoint< nDim >::m_cellIds |
Definition at line 33 of file cartesiangridpoint.h.
MFloat* CartesianGridPoint< nDim >::m_coordinates |
Definition at line 28 of file cartesiangridpoint.h.
MInt CartesianGridPoint< nDim >::m_noAdjacentCells |
Definition at line 35 of file cartesiangridpoint.h.
|
staticprivate |
Definition at line 20 of file cartesiangridpoint.h.