MAIA bb96820c
Multiphysics at AIA
Loading...
Searching...
No Matches
maia::grid::cell Namespace Reference

Typedefs

using BitsetType = std::bitset< p(GridCell::NumProperties)>
 

Functions

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

Typedef Documentation

◆ BitsetType

using maia::grid::cell::BitsetType = typedef std::bitset<p(GridCell::NumProperties)>

Definition at line 40 of file cartesiangridcellproperties.h.

Function Documentation

◆ p()

constexpr std::underlying_type< GridCell >::type maia::grid::cell::p ( const GridCell  property)
constexpr

Definition at line 36 of file cartesiangridcellproperties.h.

36 {
37 return static_cast<std::underlying_type<GridCell>::type>(property);
38}