74 ):mrThisModelPart(rThisModelPart)
114 void Execute()
override;
131 std::string
Info()
const override
133 return "SolidShellThickComputeProcess";
139 rOStream <<
"SolidShellThickComputeProcess";
PeriodicInterfaceProcess & operator=(const PeriodicInterfaceProcess &)=delete
Geometry base class.
Definition: geometry.h:71
This class aims to manage meshes for multi-physics simulations.
Definition: model_part.h:77
MeshType::ConditionsContainerType ConditionsContainerType
Condintions container. A vector set of Conditions with their Id's as key.
Definition: model_part.h:183
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
This class defines the node.
Definition: node.h:65
The base class for all processes in Kratos.
Definition: process.h:49
This method computes the current thickness in a node of a solid-shell.
Definition: solid_shell_thickness_compute_process.h:48
Geometry< NodeType > GeometryType
Definition: solid_shell_thickness_compute_process.h:58
SolidShellThickComputeProcess(ModelPart &rThisModelPart)
Default constructor.
Definition: solid_shell_thickness_compute_process.h:72
void operator()()
Definition: solid_shell_thickness_compute_process.h:105
ModelPart::ElementsContainerType ElementsArrayType
Definition: solid_shell_thickness_compute_process.h:61
std::string Info() const override
Turn back information as a string.
Definition: solid_shell_thickness_compute_process.h:131
void PrintInfo(std::ostream &rOStream) const override
Print information about this object.
Definition: solid_shell_thickness_compute_process.h:137
KRATOS_CLASS_POINTER_DEFINITION(SolidShellThickComputeProcess)
Pointer definition of SolidShellThickComputeProcess.
ModelPart::ConditionsContainerType ConditionsArrayType
Definition: solid_shell_thickness_compute_process.h:60
~SolidShellThickComputeProcess() override=default
Destructor.
std::size_t IndexType
Definition: solid_shell_thickness_compute_process.h:64
void PrintData(std::ostream &rOStream) const override
Print object's data.
Definition: solid_shell_thickness_compute_process.h:143
std::size_t SizeType
Definition: solid_shell_thickness_compute_process.h:65
Node NodeType
Definition: solid_shell_thickness_compute_process.h:57
ModelPart::NodesContainerType NodesArrayType
Definition: solid_shell_thickness_compute_process.h:59
#define KRATOS_CATCH(MoreInfo)
Definition: define.h:110
#define KRATOS_TRY
Definition: define.h:109
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES.
Definition: mesh_condition.cpp:21