1 #ifndef DEM_FEM_UTILITIES_H
2 #define DEM_FEM_UTILITIES_H
50 void CreateRigidFacesFromAllElements(
ModelPart& r_model_part, PropertiesType::Pointer pProps);
53 virtual std::string
Info()
const;
56 virtual void PrintInfo(std::ostream& rOStream)
const;
59 virtual void PrintData(std::ostream& rOStream)
const;
PeriodicInterfaceProcess & operator=(const PeriodicInterfaceProcess &)=delete
std::string Info() const override
Turn back information as a string.
Definition: periodic_interface_process.hpp:93
Base class for all Conditions.
Definition: condition.h:59
Definition: dem_fem_utilities.h:25
ModelPart::PropertiesType PropertiesType
Definition: dem_fem_utilities.h:34
ModelPart::ConditionType ConditionType
Definition: dem_fem_utilities.h:31
ModelPart::NodesContainerType NodesArrayType
Definition: dem_fem_utilities.h:33
GlobalPointersVector< Element >::iterator ParticleWeakIteratorType
Definition: dem_fem_utilities.h:36
GlobalPointersVector< Element > ParticleWeakVectorType
Definition: dem_fem_utilities.h:35
DEMFEMUtilities()
Default constructor.
Definition: dem_fem_utilities.h:42
ModelPart::ElementsContainerType ElementsArrayType
Definition: dem_fem_utilities.h:32
KRATOS_CLASS_POINTER_DEFINITION(DEMFEMUtilities)
This class aims to manage meshes for multi-physics simulations.
Definition: model_part.h:77
MeshType::ElementsContainerType ElementsContainerType
Element container. A vector set of Elements with their Id's as key.
Definition: model_part.h:168
MeshType::NodesContainerType NodesContainerType
Nodes container. Which is a vector set of nodes with their Id's as key.
Definition: model_part.h:128
Properties encapsulates data shared by different Elements or Conditions. It can store any type of dat...
Definition: properties.h:69
dt
Definition: DEM_benchmarks.py:173
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES.
Definition: mesh_condition.cpp:21
time
Definition: face_heat.py:85