Go to the source code of this file.
|
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 > |
|
◆ int1d_k
◆ int2d_k
◆ int3d_k
◆ KokkosDefaultDevice
◆ KokkosHostDevice
◆ layout_t
◆ real1d_k
◆ real2d_k
◆ real3d_k
◆ realHost1d_k
◆ realHost2d_k
◆ RealT