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.
mesh_moving_variables.h
Go to the documentation of this file.
1 // | / |
2 // ' / __| _` | __| _ \ __|
3 // . \ | ( | | ( |\__ \.
4 // _|\_\_| \__,_|\__|\___/ ____/
5 // Multi-Physics
6 //
7 // License: BSD License
8 // Kratos default license: kratos/license.txt
9 //
10 // Main authors: msandre
11 //
12 
13 #if !defined(KRATOS_ALE_VARIABLES_H_INCLUDED)
14 #define KRATOS_ALE_VARIABLES_H_INCLUDED
15 
16 // System includes
17 
18 // External includes
19 
20 // Project includes
21 #include "includes/define.h"
22 #include "containers/variable.h"
24 #include "containers/array_1d.h"
25 
26 #undef KRATOS_EXPORT_MACRO
27 #define KRATOS_EXPORT_MACRO KRATOS_API
28 
29 namespace Kratos
30 {
31 
36 
37  KRATOS_DEFINE_VARIABLE(int, LAPLACIAN_DIRECTION);
38  KRATOS_DEFINE_VARIABLE(double, MESH_POISSON_RATIO);
39 
40 } // namespace Kratos
41 
42 #undef KRATOS_EXPORT_MACRO
43 #define KRATOS_EXPORT_MACRO KRATOS_NO_EXPORT
44 
45 #endif // KRATOS_ALE_VARIABLES_H_INCLUDED defined
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES.
Definition: mesh_condition.cpp:21
KRATOS_DEFINE_3D_VARIABLE_WITH_COMPONENTS(MESH_DISPLACEMENT)
KRATOS_DEFINE_VARIABLE(Vector, BIOT_STRAIN_VECTOR)