MAIA bb96820c
Multiphysics at AIA
|
#include <lptbndrycell.h>
Classes | |
struct | BodySurface |
Public Member Functions | |
void | allocateElements (void *, void *, const MInt) |
void | moveElements (void *) |
Static Public Member Functions | |
static void | init (MInt, MInt, MInt, MInt, MInt) |
static MInt | staticElementSize () |
Public Attributes | |
MInt | m_cellId |
MFloat | m_volume |
MFloat * | m_coordinates = nullptr |
MInt | m_noSrfcs |
BodySurface ** | m_srfcs = nullptr |
Static Public Attributes | |
static MInt | m_maxNoSurfaces |
Definition at line 15 of file lptbndrycell.h.
void LPTBndryCell< nDim >::allocateElements | ( | void * | cellPtr, |
void * | , | ||
const | MInt | ||
) |
Definition at line 26 of file lptbndrycell.cpp.
Definition at line 18 of file lptbndrycell.cpp.
void LPTBndryCell< nDim >::moveElements | ( | void * | cellPtr | ) |
Definition at line 34 of file lptbndrycell.cpp.
|
inlinestatic |
Definition at line 35 of file lptbndrycell.h.
MInt LPTBndryCell< nDim >::m_cellId |
Definition at line 21 of file lptbndrycell.h.
MFloat* LPTBndryCell< nDim >::m_coordinates = nullptr |
Definition at line 23 of file lptbndrycell.h.
|
static |
Definition at line 19 of file lptbndrycell.h.
MInt LPTBndryCell< nDim >::m_noSrfcs |
Definition at line 24 of file lptbndrycell.h.
BodySurface** LPTBndryCell< nDim >::m_srfcs = nullptr |
Definition at line 33 of file lptbndrycell.h.
MFloat LPTBndryCell< nDim >::m_volume |
Definition at line 22 of file lptbndrycell.h.