#pragma once #include /* SUBMANSEC = Sys */ extern Kokkos::DefaultExecutionSpace *PetscKokkosExecutionSpacePtr; /*MC PetscGetKokkosExecutionSpace - Return the Kokkos execution space that PETSc is using Level: beginner M*/ inline Kokkos::DefaultExecutionSpace PetscGetKokkosExecutionSpace(void) { return *PetscKokkosExecutionSpacePtr; }