https://mooseframework.inl.gov
Loading...
Searching...
No Matches
ResetDisplacedMeshThread.h
Go to the documentation of this file.
1//* This file is part of the MOOSE framework
2//* https://mooseframework.inl.gov
3//*
4//* All rights reserved, see COPYRIGHT for full restrictions
5//* https://github.com/idaholab/moose/blob/master/COPYRIGHT
6//*
7//* Licensed under LGPL 2.1, please see LICENSE for details
8//* https://www.gnu.org/licenses/lgpl-2.1.html
9
10#pragma once
11
12// MOOSE includes
13#include "ThreadedNodeLoop.h"
14
15#include "libmesh/node_range.h"
16#include "libmesh/numeric_vector.h"
17
18// Forward declarations
20class FEProblemBase;
21class MooseMesh;
22
23class ResetDisplacedMeshThread : public ThreadedNodeLoop<NodeRange, NodeRange::const_iterator>
24{
25public:
27
29
30 void onNode(NodeRange::const_iterator & nd);
31
32 void join(const ResetDisplacedMeshThread & /*y*/);
33
34protected:
37};
std::shared_ptr< DisplacedProblem > displaced_problem
Specialization of SubProblem for solving nonlinear equations plus auxiliary equations.
MooseMesh wraps a libMesh::Mesh object and enhances its capabilities by caching additional data and s...
Definition MooseMesh.h:95
void onNode(NodeRange::const_iterator &nd)
void join(const ResetDisplacedMeshThread &)