|
MAIA bb96820c
Multiphysics at AIA
|
Go to the source code of this file.
Namespaces | |
| namespace | maia |
| Namespace for auxiliary functions/classes. | |
| namespace | maia::fc |
| namespace | maia::fc::cell |
Typedefs | |
| using | maia::fc::cell::BitsetType = std::bitset< p(FcCell::NumProperties)> |
Enumerations | |
| enum class | FcCell { IsHalo , IsWindow , IsBndryCell , IsActive , WasActive , NeedsSubCells , NumProperties } |
| FC cell Property Labels. More... | |
Functions | |
| constexpr std::underlying_type< FcCell >::type | maia::fc::cell::p (const FcCell property) |
| Converts property name to underlying integer value. More... | |
|
strong |
| Enumerator | |
|---|---|
| IsHalo | |
| IsWindow | |
| IsBndryCell | |
| IsActive | |
| WasActive | |
| NeedsSubCells | |
| NumProperties | |
Definition at line 14 of file fccellproperties.h.