MAIA bb96820c
Multiphysics at AIA
Loading...
Searching...
No Matches
maia::grid::tree Namespace Reference

Classes

struct  Invalid
 
struct  Invalid< MChar >
 
struct  Invalid< MFloat >
 
struct  Invalid< MInt >
 
struct  Invalid< MLong >
 
struct  Invalid< MUchar >
 
struct  Invalid< PropertyBitsetType >
 
struct  Invalid< SolverBitsetType >
 
class  Tree
 Class that represents grid tree and contains all relevant per-node data. More...
 
class  TreeProxy
 

Typedefs

using Cell = GridCell
 Underlying enum type for property access. More...
 
using PropertyBitsetType = maia::grid::cell::BitsetType
 Underlying bitset type for property storage. More...
 
using SolverBitsetType = std::bitset< MAIA_MULTISOLVER_MAX_NO_SOLVERS >
 Underlying bitset type for solver use storage (Note: If there are more solvers, change size here) More...
 

Typedef Documentation

◆ Cell

Definition at line 101 of file cartesiangridtree.h.

◆ PropertyBitsetType

◆ SolverBitsetType

using maia::grid::tree::SolverBitsetType = typedef std::bitset<MAIA_MULTISOLVER_MAX_NO_SOLVERS>

Definition at line 111 of file cartesiangridtree.h.