![]() |
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.
|
Typedefs | |
| typedef std::size_t | SizeType |
| The size type definition. More... | |
| typedef std::size_t | IndexType |
| The index type definition. More... | |
Functions | |
| void | BlockThresholdSizeElements (ModelPart &rModelPart, Parameters ThisParameters=Parameters(R"({})")) |
| This computes the element size depending of a whole model part and it assigns to the ELEMENT_H variable. More... | |
| void | ComputeElementsSize (ModelPart &rModelPart) |
| This computes the element size depending of a whole model part and it assigns to the ELEMENT_H variable. More... | |
| void | ComputeElementSize (Element &rElement) |
| This computes the element size depending of the geometry and it assigns to the ELEMENT_H variable. More... | |
| typedef std::size_t Kratos::MeshingUtilities::IndexType |
The index type definition.
| typedef std::size_t Kratos::MeshingUtilities::SizeType |
The size type definition.
| void Kratos::MeshingUtilities::BlockThresholdSizeElements | ( | ModelPart & | rModelPart, |
| Parameters | ThisParameters = Parameters(R"({})") |
||
| ) |
This computes the element size depending of a whole model part and it assigns to the ELEMENT_H variable.
| ModelPart | The model part where compute the and block them |
| ThisParameters | The parameters |
| void Kratos::MeshingUtilities::ComputeElementSize | ( | Element & | rElement | ) |
This computes the element size depending of the geometry and it assigns to the ELEMENT_H variable.
| rElement | The element reference |