struct
ConfigBCContents
Extract BC configuration ignoring if BC not specified
Constructors, destructors, conversion operators
-
ConfigBC(BCStateFn& s,
const std::vector<tk::
StateFn>& f, const std::vector<tk:: StateFn>& gf) - Constructor.
Public functions
-
template<typename U>void operator()(brigand::type_<U>)
- Function to call for each BC type.
Public variables
- BCStateFn& state
- BC state config: sidesets + statefn.
- const std::vector<tk::
StateFn>& fn - BC state functions.
- const std::vector<tk::
StateFn>& gfn - BC gradient functions.
- std::size_t c
Variable documentation
std::size_t inciter:: ConfigBC:: c
Counts BC types configured