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.
Namespaces | Typedefs
hdf5_application_define.h File Reference
#include <vector>
#include "hdf5.h"
#include "includes/ublas_interface.h"
#include "includes/io.h"
Include dependency graph for hdf5_application_define.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 Kratos
 REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES.
 
 Kratos::HDF5
 

Typedefs

template<class T >
using Kratos::HDF5::Vector = DenseVector< T >
 
template<class T >
using Kratos::HDF5::Matrix = DenseMatrix< T >
 
typedef IO::MeshType::NodeType Kratos::HDF5::NodeType
 
typedef IO::MeshType::ElementType Kratos::HDF5::ElementType
 
typedef IO::MeshType::ConditionType Kratos::HDF5::ConditionType
 
typedef IO::MeshType::PropertiesType Kratos::HDF5::PropertiesType
 
typedef IO::MeshType::NodesContainerType Kratos::HDF5::NodesContainerType
 
typedef IO::MeshType::ElementsContainerType Kratos::HDF5::ElementsContainerType
 
typedef IO::MeshType::PropertiesContainerType Kratos::HDF5::PropertiesContainerType
 
typedef IO::MeshType::ConditionsContainerType Kratos::HDF5::ConditionsContainerType