ERF
Energy Research and Forecasting: An Atmospheric Modeling Code
ERF_Kokkos.H File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

using KokkosHostDevice = Kokkos::Device< Kokkos::Serial, Kokkos::HostSpace >
 
using KokkosDefaultDevice = KokkosHostDevice
 
using layout_t = Kokkos::LayoutRight
 
using RealT = amrex::Real
 
using realHost1d_k = Kokkos::View< RealT *, KokkosHostDevice >
 
using realHost2d_k = Kokkos::View< RealT **, layout_t, KokkosHostDevice >
 
using real1d_k = Kokkos::View< RealT *, KokkosDefaultDevice >
 
using real2d_k = Kokkos::View< RealT **, layout_t, KokkosDefaultDevice >
 
using real3d_k = Kokkos::View< RealT ***, layout_t, KokkosDefaultDevice >
 
using int1d_k = Kokkos::View< int *, KokkosDefaultDevice >
 
using int2d_k = Kokkos::View< int **, layout_t, KokkosDefaultDevice >
 
using int3d_k = Kokkos::View< int ***, layout_t, KokkosDefaultDevice >
 

Typedef Documentation

◆ int1d_k

using int1d_k = Kokkos::View<int* , KokkosDefaultDevice>

◆ int2d_k

using int2d_k = Kokkos::View<int** , layout_t, KokkosDefaultDevice>

◆ int3d_k

using int3d_k = Kokkos::View<int***, layout_t, KokkosDefaultDevice>

◆ KokkosDefaultDevice

◆ KokkosHostDevice

using KokkosHostDevice = Kokkos::Device<Kokkos::Serial, Kokkos::HostSpace>

◆ layout_t

using layout_t = Kokkos::LayoutRight

◆ real1d_k

using real1d_k = Kokkos::View<RealT* , KokkosDefaultDevice>

◆ real2d_k

using real2d_k = Kokkos::View<RealT** , layout_t, KokkosDefaultDevice>

◆ real3d_k

using real3d_k = Kokkos::View<RealT***, layout_t, KokkosDefaultDevice>

◆ realHost1d_k

using realHost1d_k = Kokkos::View<RealT* , KokkosHostDevice>

◆ realHost2d_k

using realHost2d_k = Kokkos::View<RealT**, layout_t, KokkosHostDevice>

◆ RealT

using RealT = amrex::Real