MAIA bb96820c
Multiphysics at AIA
|
#include <geometryintersection.h>
Public Attributes | |
MInt | cellId = -1 |
MBool | isGapCell = false |
std::array< std::array< MFloat, noCorners >, maxNoSets > | nodalValues |
std::array< MBool, noCorners > | nodeValueSet = make_array<MBool, noCorners>(false) |
std::array< MInt, maxNoSets > | associatedBodyIds = make_array<MInt, maxNoSets>(-1) |
MInt | noCutPoints = 0 |
std::array< std::array< MFloat, nDim >, maxNoCutPoints > | cutPoints |
std::array< MInt, noEdges > | noCutPointsOnEdge = make_array<MInt, noEdges>(0) |
std::array< MInt, maxNoCutPoints > | cutBodyIds = make_array<MInt, maxNoCutPoints>(-1) |
std::array< MInt, maxNoCutPoints > | cutEdges = make_array<MInt, maxNoCutPoints>(-1) |
std::array< MBool, noEdges > | edgeChecked = make_array<MBool, noEdges>(false) |
MBool | isbndryLvlJumpParent = false |
Static Public Attributes | |
static constexpr MInt | maxNoSets = 12 |
static constexpr MInt | noEdges = 2 * nDim * (nDim - 1) |
static constexpr MInt | noCorners = IPOW2(nDim) |
static constexpr MInt | maxNoCutPoints = 4 * noEdges |
Definition at line 1069 of file geometryintersection.h.
std::array<MInt, maxNoSets> CutCandidate< nDim >::associatedBodyIds = make_array<MInt, maxNoSets>(-1) |
Definition at line 1092 of file geometryintersection.h.
MInt CutCandidate< nDim >::cellId = -1 |
Definition at line 1080 of file geometryintersection.h.
std::array<MInt, maxNoCutPoints> CutCandidate< nDim >::cutBodyIds = make_array<MInt, maxNoCutPoints>(-1) |
Definition at line 1103 of file geometryintersection.h.
std::array<MInt, maxNoCutPoints> CutCandidate< nDim >::cutEdges = make_array<MInt, maxNoCutPoints>(-1) |
Definition at line 1104 of file geometryintersection.h.
std::array<std::array<MFloat, nDim>, maxNoCutPoints> CutCandidate< nDim >::cutPoints |
Definition at line 1096 of file geometryintersection.h.
std::array<MBool, noEdges> CutCandidate< nDim >::edgeChecked = make_array<MBool, noEdges>(false) |
Definition at line 1105 of file geometryintersection.h.
MBool CutCandidate< nDim >::isbndryLvlJumpParent = false |
Definition at line 1108 of file geometryintersection.h.
MBool CutCandidate< nDim >::isGapCell = false |
Definition at line 1083 of file geometryintersection.h.
|
staticconstexpr |
Definition at line 1074 of file geometryintersection.h.
|
staticconstexpr |
Definition at line 1071 of file geometryintersection.h.
|
staticconstexpr |
Definition at line 1073 of file geometryintersection.h.
MInt CutCandidate< nDim >::noCutPoints = 0 |
Definition at line 1095 of file geometryintersection.h.
std::array<MInt, noEdges> CutCandidate< nDim >::noCutPointsOnEdge = make_array<MInt, noEdges>(0) |
Definition at line 1102 of file geometryintersection.h.
std::array<std::array<MFloat, noCorners>, maxNoSets> CutCandidate< nDim >::nodalValues |
Definition at line 1084 of file geometryintersection.h.
std::array<MBool, noCorners> CutCandidate< nDim >::nodeValueSet = make_array<MBool, noCorners>(false) |
Definition at line 1091 of file geometryintersection.h.
|
staticconstexpr |
Definition at line 1072 of file geometryintersection.h.