22 : _mdi_feproblem(*params.getCheckedPointerParam<
FEProblemBase *>(
"_fe_problem_base"))
27 #ifdef MOOSE_KOKKOS_ENABLED 30 : _mdi_feproblem(object._mdi_feproblem)
Interface for objects acting when the mesh has been displaced.
static InputParameters validParams()
Specialization of SubProblem for solving nonlinear equations plus auxiliary equations.
void notifyWhenMeshDisplaces(MeshDisplacedInterface *mdi)
Register an object that derives from MeshDisplacedInterface to be notified when the displaced mesh ge...
FEProblemBase & _mdi_feproblem
Reference to FEProblemBase instance.
MeshDisplacedInterface(const InputParameters ¶ms)