MAIA bb96820c
Multiphysics at AIA
|
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... | |
using maia::grid::tree::Cell = typedef GridCell |
Definition at line 101 of file cartesiangridtree.h.
using maia::grid::tree::PropertyBitsetType = typedef maia::grid::cell::BitsetType |
Definition at line 104 of file cartesiangridtree.h.
using maia::grid::tree::SolverBitsetType = typedef std::bitset<MAIA_MULTISOLVER_MAX_NO_SOLVERS> |
Definition at line 111 of file cartesiangridtree.h.