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.
global_pointer_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: Riccardo Rossi
11 //
12 
13 
14 #if !defined(KRATOS_GLOBAL_POINTER_VARIABLES_H_INCLUDED )
15 #define KRATOS_GLOBAL_POINTER_VARIABLES_H_INCLUDED
16 
17 
18 
19 // System includes
20 #include <string>
21 #include <iostream>
22 
23 // External includes
24 
25 
26 // Project includes
27 #include "includes/define.h"
30 #include "includes/node.h"
31 
32 #undef KRATOS_EXPORT_MACRO
33 #define KRATOS_EXPORT_MACRO KRATOS_API
34 
35 namespace Kratos
36 {
37  KRATOS_DEFINE_VARIABLE(GlobalPointersVector<Node >, NEIGHBOUR_NODES)
38  KRATOS_DEFINE_VARIABLE(GlobalPointersVector<Node >, NEIGHBOUR_CONDITION_NODES)
39  KRATOS_DEFINE_VARIABLE(GlobalPointersVector<Node >, FATHER_NODES)
40 } // namespace Kratos.
41 
42 #undef KRATOS_EXPORT_MACRO
43 #define KRATOS_EXPORT_MACRO KRATOS_NO_EXPORT
44 
45 #endif // KRATOS_GLOBAL_POINTER_VARIABLES_H_INCLUDED defined
46 
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES.
Definition: mesh_condition.cpp:21
KRATOS_DEFINE_VARIABLE(Vector, BIOT_STRAIN_VECTOR)