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.
hdf5_application_define.h
Go to the documentation of this file.
1 // | / |
2 // ' / __| _` | __| _ \ __|
3 // . \ | ( | | ( |\__ `
4 // _|\_\_| \__,_|\__|\___/ ____/
5 // Multi-Physics
6 //
7 // License: BSD License
8 // license: HDF5Application/license.txt
9 //
10 // Main author: Michael Andre, https://github.com/msandre
11 //
12 
13 #if !defined(KRATOS_HDF5_APPLICATION_DEFINE_H_INCLUDED)
14 #define KRATOS_HDF5_APPLICATION_DEFINE_H_INCLUDED
15 
16 // System includes
17 #include <vector>
18 
19 // External includes
20 //extern "C" {
21 #include "hdf5.h"
22 //}
24 
25 // Project includes
26 #include "includes/io.h"
27 
28 namespace Kratos
29 {
30 namespace HDF5
31 {
34 
35 template <class T>
37 
38 template <class T>
40 
42 
44 
46 
48 
50 
52 
54 
56 
57 } // namespace HDF5.
58 } // namespace Kratos.
59 
60 #endif // KRATOS_HDF5_APPLICATION_DEFINE_H_INCLUDED defined
Definition: amatrix_interface.h:41
TPropertiesType PropertiesType
Definition: mesh.h:87
TNodeType NodeType
Definition: mesh.h:84
TElementType ElementType
Definition: mesh.h:93
TConditionType ConditionType
Definition: mesh.h:96
A sorted associative container similar to an STL set, but uses a vector to store pointers to its data...
Definition: pointer_vector_set.h:72
IO::MeshType::NodeType NodeType
Definition: hdf5_application_define.h:41
IO::MeshType::ConditionsContainerType ConditionsContainerType
Definition: hdf5_application_define.h:55
IO::MeshType::ElementsContainerType ElementsContainerType
Definition: hdf5_application_define.h:51
IO::MeshType::PropertiesType PropertiesType
Definition: hdf5_application_define.h:47
IO::MeshType::ElementType ElementType
Definition: hdf5_application_define.h:43
IO::MeshType::ConditionType ConditionType
Definition: hdf5_application_define.h:45
IO::MeshType::PropertiesContainerType PropertiesContainerType
Definition: hdf5_application_define.h:53
IO::MeshType::NodesContainerType NodesContainerType
Definition: hdf5_application_define.h:49
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES.
Definition: mesh_condition.cpp:21