Multi-node grid scatter/gather implemented with vanilla MPI. More...
#include <Cabana_Grid_Array.hpp>#include <Cabana_Grid_IndexSpace.hpp>#include <Cabana_ParameterPack.hpp>#include <Kokkos_Core.hpp>#include <Kokkos_Profiling_ScopedRegion.hpp>#include <mpi.h>#include <algorithm>#include <array>#include <cmath>#include <type_traits>#include <vector>
Go to the source code of this file.
Classes | |
| class | Cabana::Grid::Halo< MemorySpace, Mpi > |
| Grid Halo class. Variant that uses vanilla MPI as the communication backend. More... | |
Namespaces | |
| namespace | Cabana |
| Core: particle data structures and algorithms. | |
Multi-node grid scatter/gather implemented with vanilla MPI.