inciter::ConfigBC struct

Extract BC configuration ignoring if BC not specified

Constructors, destructors, conversion operators

ConfigBC(BCStateFn& s, const std::vector<tk::StateFn>& f)
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.
std::size_t c

Variable documentation

std::size_t inciter::ConfigBC::c

Counts BC types configured