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.
Classes | Namespaces
mpi_message.h File Reference
#include <string>
#include <vector>
#include <type_traits>
#include "mpi.h"
#include "containers/array_1d.h"
#include "containers/flags.h"
#include "utilities/data_type_traits.h"
Include dependency graph for mpi_message.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Kratos::Internals::MPIDataType< int >
 
struct  Kratos::Internals::MPIDataType< unsigned int >
 
struct  Kratos::Internals::MPIDataType< long unsigned int >
 
struct  Kratos::Internals::MPIDataType< double >
 
struct  Kratos::Internals::MPIDataType< bool >
 
struct  Kratos::Internals::MPIDataType< char >
 
struct  Kratos::Internals::MPIDataType< int64_t >
 
struct  Kratos::Internals::MPIDataType< std::pair< char, int > >
 
struct  Kratos::Internals::MPIDataType< std::pair< int, int > >
 
struct  Kratos::Internals::MPIDataType< std::pair< unsigned int, int > >
 
struct  Kratos::Internals::MPIDataType< std::pair< long unsigned int, int > >
 
struct  Kratos::Internals::MPIDataType< std::pair< double, int > >
 
class  Kratos::MPIMessage< TDataType >
 

Namespaces

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