MAIA bb96820c
Multiphysics at AIA
|
Go to the source code of this file.
Classes | |
struct | maia::grid::tree::Invalid< T > |
struct | maia::grid::tree::Invalid< MInt > |
struct | maia::grid::tree::Invalid< MLong > |
struct | maia::grid::tree::Invalid< MChar > |
struct | maia::grid::tree::Invalid< MUchar > |
struct | maia::grid::tree::Invalid< MFloat > |
struct | maia::grid::tree::Invalid< PropertyBitsetType > |
struct | maia::grid::tree::Invalid< SolverBitsetType > |
class | maia::grid::tree::Tree< nDim > |
Class that represents grid tree and contains all relevant per-node data. More... | |
Namespaces | |
namespace | maia |
Namespace for auxiliary functions/classes. | |
namespace | maia::grid |
namespace | maia::grid::tree |
Typedefs | |
using | maia::grid::tree::Cell = GridCell |
Underlying enum type for property access. More... | |
using | maia::grid::tree::PropertyBitsetType = maia::grid::cell::BitsetType |
Underlying bitset type for property storage. More... | |
using | maia::grid::tree::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... | |