20 _ref_mesh(_displaced_problem.refMesh())
27 _displaced_problem(x._displaced_problem),
28 _ref_mesh(x._ref_mesh)
35 Node & displaced_node = **nd;
42 displaced_node(i) = reference_node(i);
std::shared_ptr< DisplacedProblem > displaced_problem
void onNode(NodeRange::const_iterator &nd)
static constexpr std::size_t dim
This is the dimension of all vector and tensor datastructures used in MOOSE.
Specialization of SubProblem for solving nonlinear equations plus auxiliary equations.
virtual const Node & nodeRef(const dof_id_type i) const
vec_type::const_iterator const_iterator
IntRange< T > make_range(T beg, T end)
void join(const ResetDisplacedMeshThread &)
ResetDisplacedMeshThread(FEProblemBase &fe_problem, DisplacedProblem &displaced_problem)