20 : _smi_params(moose_object->parameters()),
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)
VariableMappingBase & getMapping(const std::string &name) const
Get the mapping using the parameters of the moose object.
FEProblemBase & _smi_feproblem
Reference to FEProblemBase instance.
TheWarehouse & theWarehouse() const
VariableMappingBase & getMappingByName(const UserObjectName &name) const
Get the mapping by supplying the name of the object in the warehouse.
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...
MappingInterface(const MooseObject *moose_object)
Construct using a moose object (usually the object which inherits from the interface) ...
static InputParameters validParams()
const Elem & get(const ElemType type_in)