G+Smo  24.08.0
Geometry + Simulation Modules
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
gsMpiTraits.h File Reference

Traits classes for mapping types onto MPI_Datatype. More...

+ Include dependency graph for gsMpiTraits.h:

Go to the source code of this file.

Classes

class  gsMatrix< T, _Rows, _Cols, _Options >
 A matrix with arbitrary coefficient type and fixed or dynamic size. More...
 
class  gsSparseMatrix< T, _Options, _Index >
 Sparse matrix class, based on gsEigen::SparseMatrix. More...
 
class  gsVector< T, _Rows, _Options >
 A vector with arbitrary coefficient type and fixed or dynamic size. More...
 
struct  MPITraits< T >
 A traits class describing the mapping of types onto MPI_Datatypes. More...
 
struct  MPITraits< gsMatrix< T, _Rows, _Cols, _Options > >
 Specialization for fixed-size gsMatrix class. More...
 
struct  MPITraits< gsVector< T, _Rows, _Options > >
 Specialization for fixed-size gsVector class. More...
 

Namespaces

 gismo
 The G+Smo namespace, containing all definitions for the library.
 

Detailed Description

Traits classes for mapping types onto MPI_Datatype.

Author
C.Hofer, taken from DUNE - author Markus Blatt