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 <unordered_map>
#include <utility>
#include "processes/tetrahedral_mesh_orientation_check.h"
#include "utilities/math_utils.h"
#include "utilities/variable_utils.h"
#include "includes/key_hash.h"
Namespaces | |
Kratos | |
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES. | |
Functions | |
Kratos::KRATOS_CREATE_LOCAL_FLAG (TetrahedralMeshOrientationCheck, ASSIGN_NEIGHBOUR_ELEMENTS_TO_CONDITIONS, 0) | |
Kratos::KRATOS_CREATE_LOCAL_FLAG (TetrahedralMeshOrientationCheck, COMPUTE_NODAL_NORMALS, 1) | |
Kratos::KRATOS_CREATE_LOCAL_FLAG (TetrahedralMeshOrientationCheck, COMPUTE_CONDITION_NORMALS, 2) | |
Kratos::KRATOS_CREATE_LOCAL_FLAG (TetrahedralMeshOrientationCheck, MAKE_VOLUMES_POSITIVE, 3) | |
Kratos::KRATOS_CREATE_LOCAL_FLAG (TetrahedralMeshOrientationCheck, ALLOW_REPEATED_CONDITIONS, 4) | |