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_mpi_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 #pragma once
14 
15 // System includes
16 
17 // External includes
18 #include "Epetra_FEVector.h"
19 #include "Epetra_FECrsMatrix.h"
20 
21 // Project includes
22 #include "trilinos_space.h"
23 #include "spaces/ublas_space.h"
24 
25 namespace Kratos {
26 
27 namespace MPIMapperDefinitions {
28 
30 
32 
33 } // namespace MPIMapperDefinitions.
34 
35 } // namespace Kratos.
The space adapted for Trilinos vectors and matrices.
Definition: trilinos_space.h:75
A class template for handling data types, matrices, and vectors in a Ublas space.
Definition: ublas_space.h:121
TUblasDenseSpace< double > DenseSpaceType
Definition: mapper_mpi_define.h:29
TrilinosSpace< Epetra_FECrsMatrix, Epetra_FEVector > SparseSpaceType
Definition: mapper_mpi_define.h:31
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES.
Definition: mesh_condition.cpp:21