|
IBAMR
IBAMR version 0.19.
|
#include <ibtk/config.h>#include <mpi.h>#include <type_traits>#include <utility>#include <vector>#include <ibtk/private/IBTK_MPI-inl.h>Classes | |
| struct | IBTK::IBTK_MPI |
| Provides C++ wrapper around MPI routines. More... | |
Namespaces | |
| IBTK | |
Functions | |
| MPI_Datatype | IBTK::mpi_type_id (const double) |
| MPI_Datatype | IBTK::mpi_type_id (const std::pair< double, int >) |
| MPI_Datatype | IBTK::mpi_type_id (const int) |
| MPI_Datatype | IBTK::mpi_type_id (const std::pair< int, int >) |
| MPI_Datatype | IBTK::mpi_type_id (const float) |
| MPI_Datatype | IBTK::mpi_type_id (const std::pair< float, int >) |
| MPI_Datatype | IBTK::mpi_type_id (const char) |
| MPI_Datatype | IBTK::mpi_type_id (const unsigned int) |
| template<typename T > | |
| MPI_Datatype | IBTK::mpi_type_id (const T &) |
1.8.17