Loading [MathJax]/extensions/tex2jax.js
MAIA bb96820c
Multiphysics at AIA
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
postcellproperties.h File Reference

Go to the source code of this file.

Namespaces

namespace  maia
 Namespace for auxiliary functions/classes.
 
namespace  maia::post
 
namespace  maia::post::cell
 

Typedefs

using maia::post::cell::BitsetType = std::bitset< p(PostCell::NumProperties)>
 

Enumerations

enum class  PostCell { IsHalo , IsWindow , NumProperties }
 POST cell Property Labels. More...
 

Functions

constexpr std::underlying_type< PostCell >::type maia::post::cell::p (const PostCell property)
 Converts property name to underlying integer value. More...
 

Enumeration Type Documentation

◆ PostCell

enum class PostCell
strong
Enumerator
IsHalo 

cell is halo-cell

IsWindow 

cell is window-cell

NumProperties 

Definition at line 14 of file postcellproperties.h.

14 {
15 IsHalo,
16 IsWindow,
18};
@ IsHalo
cell is halo-cell
@ IsWindow
cell is window-cell