Cabana 0.8.0-dev
 
Loading...
Searching...
No Matches
Cabana_Grid_IndexConversion.hpp File Reference

Local to global index conversion. More...

#include <Cabana_Grid_IndexSpace.hpp>
#include <Cabana_Grid_Types.hpp>
#include <Kokkos_Core.hpp>
#include <type_traits>
Include dependency graph for Cabana_Grid_IndexConversion.hpp:
This graph shows which files directly or indirectly include this file:

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)
 

Detailed Description

Local to global index conversion.

Function Documentation

◆ createL2G()

template<class MeshType, class EntityType>
L2G< MeshType, EntityType > Cabana::Grid::IndexConversion::createL2G ( const LocalGrid< MeshType > & local_grid,
EntityType  )

Creation function for local-to-global indexer.

Returns
L2G