|
IPPL (Independent Parallel Particle Layer)
IPPL
|
#include <complex>#include <cstdint>#include <mpi.h>#include <typeindex>#include <typeinfo>#include <unordered_map>#include "Utility/IpplException.h"Go to the source code of this file.
Classes | |
| struct | ippl::mpi::vector_dim_type< T > |
| struct | ippl::mpi::vector_dim_type< ippl::Vector< T, Dim_ > > |
Namespaces | |
| namespace | ippl |
| namespace | ippl::mpi |
| namespace | ippl::mpi::core |
Functions | |
| template<typename T> | |
| MPI_Datatype | ippl::mpi::get_mpi_datatype (const T &) |
Variables | |
| static std::unordered_map< std::type_index, MPI_Datatype > | ippl::mpi::core::type_names |