20 : _smi_params(moose_object->parameters()),
21 _smi_feproblem(*_smi_params.get<
FEProblemBase *>(
"_fe_problem_base"))
28 std::vector<VariableMappingBase *> models;
32 .condition<AttribSystem>(
"VariableMappingBase")
35 mooseError(
"Unable to find a Mapping object with the name '" +
name +
"'");
void mooseError(Args &&... args)
TheWarehouse & theWarehouse() const
static InputParameters validParams()
VariableMappingBase & getMapping(const std::string &name) const
Get the mapping using the parameters of the moose object.
VariableMappingBase & getMappingByName(const UserObjectName &name) const
Get the mapping by supplying the name of the object in the warehouse.
FEProblemBase & _smi_feproblem
Reference to FEProblemBase instance.
MappingInterface(const MooseObject *moose_object)
Construct using a moose object (usually the object which inherits from the interface)
const InputParameters & _smi_params
Parameters of the object with this interface.
This is an abstract base class for objects that provide mapping between a full-order and a latent spa...