ParmParse
Selector
pp.select<Model::AllenCahn,Model::CahnHilliard>("phase_field", value.model);public:
static constexpr const char* name = "allencahn";Argument forwarding
pp.select<IC::Constant,IC::Expression>("ic",value.ic,pp.forward_args(value.geom));pp.select<IC::Constant,IC::Expression>("ic",value.ic,value.geom);Last updated
Was this helpful?