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 "utilities/auxiliar_model_part_utilities.h"
#include "custom_utilities/meshing_utilities.h"
#include "utilities/parallel_utilities.h"
Namespaces | |
Kratos | |
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES. | |
Kratos::MeshingUtilities | |
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... | |