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

Typedefs

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

Functions

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

Typedef Documentation

◆ BitsetType

using maia::fv::cell::BitsetType = typedef std::bitset<p(FvCell::NumProperties)>

Definition at line 62 of file fvcartesiancellproperties.h.

Function Documentation

◆ p()

constexpr std::underlying_type< FvCell >::type maia::fv::cell::p ( const FvCell  property)
constexpr

Definition at line 58 of file fvcartesiancellproperties.h.

58 {
59 return static_cast<std::underlying_type<FvCell>::type>(property);
60}