MAIA bb96820c
Multiphysics at AIA
|
This class defines a grid cell which is a internal data structure for cartesian cells needed for an efficient meshing procedure. More...
#include <cartesianpointbasedcell.h>
Public Member Functions | |
PointBasedCell () | |
~PointBasedCell () | |
void | allocateElements (void *memPointer, void *, MInt) |
Static Public Member Functions | |
static void | init (MInt NotUsed(dimensions), MInt, MInt, MInt) |
static MInt | staticElementSize () |
Public Attributes | |
MInt | m_cellId |
This member stores the id of the cartesian cell in the collector of all cartesian cells the grid cell points to. More... | |
MInt * | m_pointIds |
This member stores the ids of the grid points the grid cell conists of. More... | |
The grid cells consists of grid points and the grid cells point to the corresponding cartesian cell they are representing.
Definition at line 21 of file cartesianpointbasedcell.h.
|
inline |
Definition at line 27 of file cartesianpointbasedcell.h.
PointBasedCell< nDim >::~PointBasedCell |
Definition at line 10 of file cartesianpointbasedcell.cpp.
|
inline |
Definition at line 41 of file cartesianpointbasedcell.h.
|
inlinestatic |
Definition at line 23 of file cartesianpointbasedcell.h.
|
inlinestatic |
Definition at line 40 of file cartesianpointbasedcell.h.
MInt PointBasedCell< nDim >::m_cellId |
Definition at line 34 of file cartesianpointbasedcell.h.
MInt* PointBasedCell< nDim >::m_pointIds |
Definition at line 39 of file cartesianpointbasedcell.h.