![]() |
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 "plane_stress_d_plus_d_minus_damage_masonry_2d.h"#include "includes/model_part.h"#include "constitutive_laws_application_variables.h"#include "custom_utilities/advanced_constitutive_law_utilities.h"#include "structural_mechanics_application_variables.h"Namespaces | |
| Kratos | |
| REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES. | |
Macros | |
| #define | OPTIMIZE_CHARACTERISTIC_LENGTH |
| #define | HEAVISIDE(X) ( X >= 0.0 ? 1.0 : 0.0) |
| #define | MACAULAY(X) ( X >= 0.0 ? X : 0.0) |
| #define | PROJECTION_OPERATOR_CERVERA_2003 |
| #define HEAVISIDE | ( | X | ) | ( X >= 0.0 ? 1.0 : 0.0) |
| #define MACAULAY | ( | X | ) | ( X >= 0.0 ? X : 0.0) |
| #define OPTIMIZE_CHARACTERISTIC_LENGTH |
| #define PROJECTION_OPERATOR_CERVERA_2003 |