MFEM  v3.2
Finite element discretization library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
Public Member Functions | Static Public Attributes | List of all members
mfem::MPITypeMap< Type > Struct Template Reference

Helper struct to convert a C++ type to an MPI type. More...

#include <communication.hpp>

Public Member Functions

template<>
const MPI_Datatype mpi_type
 
template<>
const MPI_Datatype mpi_type
 

Static Public Attributes

static const MPI_Datatype mpi_type
 

Detailed Description

template<typename Type>
struct mfem::MPITypeMap< Type >

Helper struct to convert a C++ type to an MPI type.

Definition at line 284 of file communication.hpp.

Member Function Documentation

template<>
const MPI_Datatype mfem::MPITypeMap< int >::mpi_type ( )

Definition at line 199 of file communication.cpp.

template<>
const MPI_Datatype mfem::MPITypeMap< double >::mpi_type ( )

Definition at line 200 of file communication.cpp.

Member Data Documentation

template<typename Type >
const MPI_Datatype mfem::MPITypeMap< Type >::mpi_type
static

Definition at line 284 of file communication.hpp.


The documentation for this struct was generated from the following file: