13 #ifndef KRATOS_MOVE_MESH_UTILITY_H_INCLUDED
14 #define KRATOS_MOVE_MESH_UTILITY_H_INCLUDED
129 virtual std::string
Info()
const
131 std::stringstream buffer;
132 buffer <<
"MoveShallowMeshUtility";
166 std::vector<const Variable<double>*> mScalarVariablesToLagrangian;
167 std::vector<const Variable<array_1d<double,3>>*> mVectorVariablesToLagrangian;
169 std::vector<const Variable<double>*> mScalarVariablesToEulerian;
170 std::vector<const Variable<array_1d<double,3>>*> mVectorVariablesToEulerian;
181 const Parameters GetDefaultParameters()
const;
183 template<
class TDataType>
190 Element::Pointer& pElement,
193 void MapToLagrangian(
196 const Element::Pointer pElement);
201 const Element::Pointer pElement,
204 template<
class TDataType>
205 void InterpolateVariable(
255 rOStream << std::endl;
PeriodicInterfaceProcess & operator=(const PeriodicInterfaceProcess &)=delete
std::string Info() const override
Turn back information as a string.
Definition: periodic_interface_process.hpp:93
This class is designed to allow the fast location of MANY points on the top of a 3D mesh.
Definition: binbased_fast_point_locator.h:68
Geometry base class.
Definition: geometry.h:71
This class aims to manage meshes for multi-physics simulations.
Definition: model_part.h:77
Tools for lagrangian computations.
Definition: move_shallow_mesh_utility.h:64
virtual void PrintData(std::ostream &rOStream) const
Print object's data.
Definition: move_shallow_mesh_utility.h:140
virtual ~MoveShallowMeshUtility()
Destructor.
Definition: move_shallow_mesh_utility.h:95
KRATOS_CLASS_POINTER_DEFINITION(MoveShallowMeshUtility)
Pointer definition of MoveShallowMeshUtility.
virtual void PrintInfo(std::ostream &rOStream) const
Print information about this object.
Definition: move_shallow_mesh_utility.h:137
Node NodeType
Definition: move_shallow_mesh_utility.h:72
BinBasedFastPointLocator< 2 >::ResultIteratorType ResultIteratorType
Definition: move_shallow_mesh_utility.h:76
BinBasedFastPointLocator< 2 >::ResultContainerType ResultContainerType
Definition: move_shallow_mesh_utility.h:78
Geometry< NodeType > GeometryType
Definition: move_shallow_mesh_utility.h:74
virtual std::string Info() const
Turn back information as a string.
Definition: move_shallow_mesh_utility.h:129
This class defines the node.
Definition: node.h:65
This class provides to Kratos a data structure for I/O based on the standard of JSON.
Definition: kratos_parameters.h:59
Variable class contains all information needed to store and retrive data from a data container.
Definition: variable.h:63
void MoveMesh(Scheme< SparseSpaceType, LocalSpaceType > &dummy, ModelPart::NodesContainerType &rNodes)
Definition: add_strategies_to_python.cpp:175
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES.
Definition: mesh_condition.cpp:21
std::istream & operator>>(std::istream &rIStream, LinearMasterSlaveConstraint &rThis)
input stream function
std::ostream & operator<<(std::ostream &rOStream, const LinearMasterSlaveConstraint &rThis)
output stream function
Definition: linear_master_slave_constraint.h:432
Dt
Definition: face_heat.py:78
Configure::ResultIteratorType ResultIteratorType
Definition: transfer_utility.h:252