MAIA bb96820c
Multiphysics at AIA
|
#include <geometryintersection.h>
Public Attributes | |
MInt | candId = -1 |
MInt | parentCandId = -1 |
MInt | childId = -1 |
MInt | noJumps = 0 |
std::array< MInt, maxNoJumps > | dirs = make_array<MInt, maxNoJumps>(-1) |
std::array< MInt, maxNoJumps > | diagonalDirs = make_array<MInt, maxNoJumps>(-1) |
std::array< MInt, maxNoJumps > | neighborType = make_array<MInt, maxNoJumps>(-1) |
Static Public Attributes | |
static constexpr MInt | maxNoJumps = nDim == 2 ? 3 : 7 |
Definition at line 943 of file geometryintersection.h.
MInt lvlJumpCandidates< nDim >::candId = -1 |
Definition at line 947 of file geometryintersection.h.
MInt lvlJumpCandidates< nDim >::childId = -1 |
Definition at line 951 of file geometryintersection.h.
std::array<MInt, maxNoJumps> lvlJumpCandidates< nDim >::diagonalDirs = make_array<MInt, maxNoJumps>(-1) |
Definition at line 955 of file geometryintersection.h.
std::array<MInt, maxNoJumps> lvlJumpCandidates< nDim >::dirs = make_array<MInt, maxNoJumps>(-1) |
Definition at line 954 of file geometryintersection.h.
|
staticconstexpr |
Definition at line 945 of file geometryintersection.h.
std::array<MInt, maxNoJumps> lvlJumpCandidates< nDim >::neighborType = make_array<MInt, maxNoJumps>(-1) |
Definition at line 960 of file geometryintersection.h.
MInt lvlJumpCandidates< nDim >::noJumps = 0 |
Definition at line 953 of file geometryintersection.h.
MInt lvlJumpCandidates< nDim >::parentCandId = -1 |
Definition at line 950 of file geometryintersection.h.