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.
mapper_define.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: Philipp Bucher (https://github.com/philbucher)
11 //
12 
13 #if !defined(KRATOS_MAPPER_DEFINE_H_INCLUDED)
14 #define KRATOS_MAPPER_DEFINE_H_INCLUDED
15 
16 // System includes
17 
18 // External includes
19 
20 // Project includes
21 #include "spaces/ublas_space.h"
22 
23 namespace Kratos {
24 
25 namespace MapperDefinitions {
26 
28 
30 
31 } // namespace MapperDefinitions.
32 
33 } // namespace Kratos.
34 
35 #endif // KRATOS_MAPPER_DEFINE_H_INCLUDED defined
A class template for handling data types, matrices, and vectors in a Ublas space.
Definition: ublas_space.h:121
TUblasDenseSpace< double > DenseSpaceType
Definition: mapper_define.h:27
TUblasSparseSpace< double > SparseSpaceType
Definition: mapper_define.h:29
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES.
Definition: mesh_condition.cpp:21