MAIA bb96820c
Multiphysics at AIA
Loading...
Searching...
No Matches
fccellproperties.h File Reference

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...
 

Enumeration Type Documentation

◆ FcCell

enum class FcCell
strong
Enumerator
IsHalo 
IsWindow 
IsBndryCell 
IsActive 
WasActive 
NeedsSubCells 
NumProperties 

Definition at line 14 of file fccellproperties.h.

14 {
15 IsHalo,
21 // <<< add new properties here
22 // ---
24};
@ NumProperties
@ IsBndryCell
@ NeedsSubCells