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.
|
#include "includes/model_part.h"
Go to the source code of this file.
Namespaces | |
Kratos | |
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES. | |
MeshingUtilities | |
This namespace includes several utilities necessaries for the computation of the meshing techniques. | |
Kratos::MeshingUtilities | |
Typedefs | |
typedef std::size_t | Kratos::MeshingUtilities::SizeType |
The size type definition. More... | |
typedef std::size_t | Kratos::MeshingUtilities::IndexType |
The index type definition. More... | |
Functions | |
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. More... | |
void | Kratos::MeshingUtilities::ComputeElementsSize (ModelPart &rModelPart) |
This computes the element size depending of a whole model part and it assigns to the ELEMENT_H variable. More... | |
void | Kratos::MeshingUtilities::ComputeElementSize (Element &rElement) |
This computes the element size depending of the geometry and it assigns to the ELEMENT_H variable. More... | |