Stokhos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Functions
MPAssembly/BoxElemPart.hpp File Reference
#include <utility>
#include <ostream>
#include <Kokkos_Macros.hpp>
Include dependency graph for MPAssembly/BoxElemPart.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Kokkos::Example::BoxElemPart
 Partition a box of hexahedral elements among subdomains. More...
 

Namespaces

 Kokkos
 
 Kokkos::Example
 

Functions

KOKKOS_INLINE_FUNCTION void Kokkos::Example::box_intersect (size_t box[][2], const size_t boxA[][2], const size_t boxB[][2])
 
KOKKOS_INLINE_FUNCTION size_t Kokkos::Example::box_count (const size_t box[][2])
 
KOKKOS_INLINE_FUNCTION void Kokkos::Example::box_ghost_layer (const size_t global_box[][2], const size_t local_box[][2], const size_t ghost_layer, size_t ghost_box[][2])
 
void Kokkos::Example::box_partition (const size_t global_size, const size_t global_rank, const size_t global_box[][2], size_t box[][2])