MAIA bb96820c
Multiphysics at AIA
|
#include <cartesiangridgencell.h>
Public Member Functions | |
void | allocateElements (void *, void *basePtr, const MInt cellId) |
void | moveElements (void *, void *basePtr, const MInt cellId) |
void | memCopyElements (void *basePtr, void *, void *, MLong) |
Static Public Member Functions | |
static void | init (MInt dimensions, const MInt, MInt maxNoCells) |
static MInt | staticElementSize () |
Static Public Attributes | |
static MInt | s_maxNoCells |
static MInt | s_dimensions |
static MInt | s_noChilds |
static MInt | s_noNghbrs |
Private Attributes | |
MFloat * | m_coordinates_ |
MInt * | m_level_ |
MLong * | m_parentId_ |
MLong * | m_globalId_ |
MInt * | m_noChildIds_ |
MLong * | m_nghbrIds_ |
MLong * | m_childIds_ |
MInt | m_rfnDistance_ |
MInt * | m_noSolidLayer_ |
std::array< char, s_maxNoSolvers > | b_properties_ |
std::array< char, s_maxNoSolvers > | b_solverAffiliation_ |
std::array< char, s_maxNoSolvers > | b_solverBoundary_ |
std::array< char, s_maxNoSolvers > | b_solverToRefine_ |
Static Private Attributes | |
static const MUint | s_maxNoSolvers = 8 |
Friends | |
template<MInt nDim_> | |
class | GridgenPar |
Definition at line 24 of file cartesiangridgencell.h.
void GridgenCell< nDim >::allocateElements | ( | void * | , |
void * | basePtr, | ||
const MInt | cellId | ||
) |
Definition at line 23 of file cartesiangridgencell.cpp.
|
inlinestatic |
Definition at line 68 of file cartesiangridgencell.h.
void GridgenCell< nDim >::memCopyElements | ( | void * | basePtr, |
void * | , | ||
void * | , | ||
MLong | |||
) |
Definition at line 48 of file cartesiangridgencell.cpp.
void GridgenCell< nDim >::moveElements | ( | void * | , |
void * | basePtr, | ||
const MInt | cellId | ||
) |
Definition at line 36 of file cartesiangridgencell.cpp.
|
inlinestatic |
Definition at line 75 of file cartesiangridgencell.h.
Definition at line 26 of file cartesiangridgencell.h.
|
private |
Definition at line 61 of file cartesiangridgencell.h.
|
private |
Definition at line 63 of file cartesiangridgencell.h.
|
private |
Definition at line 64 of file cartesiangridgencell.h.
|
private |
Definition at line 65 of file cartesiangridgencell.h.
|
private |
Definition at line 47 of file cartesiangridgencell.h.
|
private |
Definition at line 41 of file cartesiangridgencell.h.
|
private |
Definition at line 44 of file cartesiangridgencell.h.
|
private |
Definition at line 42 of file cartesiangridgencell.h.
|
private |
Definition at line 46 of file cartesiangridgencell.h.
|
private |
Definition at line 45 of file cartesiangridgencell.h.
|
private |
Definition at line 49 of file cartesiangridgencell.h.
|
private |
Definition at line 43 of file cartesiangridgencell.h.
|
private |
Definition at line 48 of file cartesiangridgencell.h.
|
static |
Definition at line 34 of file cartesiangridgencell.h.
|
static |
Definition at line 33 of file cartesiangridgencell.h.
|
staticprivate |
Definition at line 39 of file cartesiangridgencell.h.
|
static |
Definition at line 35 of file cartesiangridgencell.h.
|
static |
Definition at line 36 of file cartesiangridgencell.h.