Loading [MathJax]/extensions/tex2jax.js
MAIA bb96820c
Multiphysics at AIA
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
lvlJumpCandidates< nDim > Class Template Reference

#include <geometryintersection.h>

Collaboration diagram for lvlJumpCandidates< nDim >:
[legend]

Public Attributes

MInt candId = -1
 
MInt parentCandId = -1
 
MInt childId = -1
 
MInt noJumps = 0
 
std::array< MInt, maxNoJumpsdirs = make_array<MInt, maxNoJumps>(-1)
 
std::array< MInt, maxNoJumpsdiagonalDirs = make_array<MInt, maxNoJumps>(-1)
 
std::array< MInt, maxNoJumpsneighborType = make_array<MInt, maxNoJumps>(-1)
 

Static Public Attributes

static constexpr MInt maxNoJumps = nDim == 2 ? 3 : 7
 

Detailed Description

template<MInt nDim>
class lvlJumpCandidates< nDim >

Definition at line 943 of file geometryintersection.h.

Member Data Documentation

◆ candId

template<MInt nDim>
MInt lvlJumpCandidates< nDim >::candId = -1

Definition at line 947 of file geometryintersection.h.

◆ childId

template<MInt nDim>
MInt lvlJumpCandidates< nDim >::childId = -1

Definition at line 951 of file geometryintersection.h.

◆ diagonalDirs

template<MInt nDim>
std::array<MInt, maxNoJumps> lvlJumpCandidates< nDim >::diagonalDirs = make_array<MInt, maxNoJumps>(-1)

Definition at line 955 of file geometryintersection.h.

◆ dirs

template<MInt nDim>
std::array<MInt, maxNoJumps> lvlJumpCandidates< nDim >::dirs = make_array<MInt, maxNoJumps>(-1)

Definition at line 954 of file geometryintersection.h.

◆ maxNoJumps

template<MInt nDim>
constexpr MInt lvlJumpCandidates< nDim >::maxNoJumps = nDim == 2 ? 3 : 7
staticconstexpr

Definition at line 945 of file geometryintersection.h.

◆ neighborType

template<MInt nDim>
std::array<MInt, maxNoJumps> lvlJumpCandidates< nDim >::neighborType = make_array<MInt, maxNoJumps>(-1)

Definition at line 960 of file geometryintersection.h.

◆ noJumps

template<MInt nDim>
MInt lvlJumpCandidates< nDim >::noJumps = 0

Definition at line 953 of file geometryintersection.h.

◆ parentCandId

template<MInt nDim>
MInt lvlJumpCandidates< nDim >::parentCandId = -1

Definition at line 950 of file geometryintersection.h.


The documentation for this class was generated from the following file: