Local to global index conversion. More...
#include <Cabana_Grid_IndexSpace.hpp>#include <Cabana_Grid_Types.hpp>#include <Kokkos_Core.hpp>#include <type_traits>

Go to the source code of this file.
Classes | |
| struct | Cabana::Grid::IndexConversion::L2G< MeshType, EntityType > |
| Local-to-global indexer. More... | |
Namespaces | |
| namespace | Cabana |
| Core: particle data structures and algorithms. | |
Functions | |
| template<class MeshType, class EntityType> | |
| L2G< MeshType, EntityType > | Cabana::Grid::IndexConversion::createL2G (const LocalGrid< MeshType > &local_grid, EntityType) |
Local to global index conversion.
| L2G< MeshType, EntityType > Cabana::Grid::IndexConversion::createL2G | ( | const LocalGrid< MeshType > & | local_grid, |
| EntityType | ) |
Creation function for local-to-global indexer.