22 : _mdi_feproblem(*params.getCheckedPointerParam<
FEProblemBase *>(
"_fe_problem_base"))
27#ifdef MOOSE_KOKKOS_ENABLED
30 : _mdi_feproblem(object._mdi_feproblem)
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...
Interface for objects acting when the mesh has been displaced.
FEProblemBase & _mdi_feproblem
Reference to FEProblemBase instance.
static InputParameters validParams()
MeshDisplacedInterface(const InputParameters ¶ms)