Interface for objects acting when the mesh has been displaced. More...
#include <MeshDisplacedInterface.h>
Public Member Functions | |
| MeshDisplacedInterface (const InputParameters ¶ms) | |
| virtual | ~MeshDisplacedInterface ()=default |
| MeshDisplacedInterface (const MeshDisplacedInterface &object, const Moose::Kokkos::FunctorCopy &key) | |
| Special constructor used for Kokkos functor copy during parallel dispatch. More... | |
| virtual void | meshDisplaced () |
| Called on this object when the displaced mesh gets updated. More... | |
Static Public Member Functions | |
| static InputParameters | validParams () |
Protected Attributes | |
| FEProblemBase & | _mdi_feproblem |
| Reference to FEProblemBase instance. More... | |
Interface for objects acting when the mesh has been displaced.
Definition at line 21 of file MeshDisplacedInterface.h.
| MeshDisplacedInterface::MeshDisplacedInterface | ( | const InputParameters & | params | ) |
Definition at line 21 of file MeshDisplacedInterface.C.
|
virtualdefault |
| MeshDisplacedInterface::MeshDisplacedInterface | ( | const MeshDisplacedInterface & | object, |
| const Moose::Kokkos::FunctorCopy & | key | ||
| ) |
Special constructor used for Kokkos functor copy during parallel dispatch.
Definition at line 28 of file MeshDisplacedInterface.C.
|
inlinevirtual |
Called on this object when the displaced mesh gets updated.
Definition at line 40 of file MeshDisplacedInterface.h.
|
static |
Definition at line 15 of file MeshDisplacedInterface.C.
|
protected |
Reference to FEProblemBase instance.
Definition at line 44 of file MeshDisplacedInterface.h.
Referenced by MeshDisplacedInterface().
1.8.14