KratosMultiphysics
KRATOS Multiphysics (Kratos) is a framework for building parallel, multi-disciplinary simulation software, aiming at modularity, extensibility, and high performance. Kratos is written in C++, and counts with an extensive Python interface.
move_mesh_utility.h
Go to the documentation of this file.
1 // | / |
2 // ' / __| _` | __| _ \ __|
3 // . \ | ( | | ( |\__ `
4 // _|\_\_| \__,_|\__|\___/ ____/
5 // Multi-Physics
6 //
7 // License: BSD License
8 // Kratos default license: kratos/license.txt
9 //
10 // Main authors: Klauss B Sautter
11 //
12 //
13 
14 #if !defined(KRATOS_MOVE_MESH_UTILITY_H_INCLUDED )
15 #define KRATOS_MOVE_MESH_UTILITY_H_INCLUDED
16 
17 
18 // System includes
19 
20 
21 // External includes
22 
23 
24 // Project includes
25 #include "includes/define.h"
26 #include "includes/model_part.h"
27 
28 
29 namespace Kratos
30 {
31 
41  class KRATOS_API(DEM_APPLICATION) MoveMeshUtility
42  {
43  public:
45 
47 
50 
58  void MoveDemMesh(NodesContainerType& rNodes, const bool SetDeltaDisplacement) const;
59  }; // MoveMeshUtility
60 } // Kratos
61 
62 #endif //KRATOS_MOVE_MESH_UTILITY_H_INCLUDED
MeshType::NodesContainerType NodesContainerType
Nodes container. Which is a vector set of nodes with their Id's as key.
Definition: model_part.h:128
This utilitiy moves the nodes of a dem wall used especially in the fem-dem coupling.
Definition: move_mesh_utility.h:42
~MoveMeshUtility()
Definition: move_mesh_utility.h:49
ModelPart::NodesContainerType NodesContainerType
Definition: move_mesh_utility.h:44
MoveMeshUtility()
Definition: move_mesh_utility.h:48
KRATOS_CLASS_POINTER_DEFINITION(MoveMeshUtility)
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES.
Definition: mesh_condition.cpp:21
ModelPart::NodesContainerType NodesContainerType
Definition: find_conditions_neighbours_process.h:44