|
core
Shared MPI block decomposition + asynchronous ghost-layer exchange (header-only C++20)
|
A uniform accessor over a raw host array, giving it the operator()(i) that Kokkos::View has, so the row kernels can be written once for both.
More...
#include <face_csr.hpp>
Public Member Functions | |
| HostArr ()=default | |
| HostArr (const T *ptr) | |
| MORTON_HD T | operator() (Index i) const |
Public Attributes | |
| const T * | p = nullptr |
A uniform accessor over a raw host array, giving it the operator()(i) that Kokkos::View has, so the row kernels can be written once for both.
(Device passes a View<const T> directly.)
Definition at line 40 of file face_csr.hpp.
|
default |
Definition at line 43 of file face_csr.hpp.
|
inline |
Definition at line 44 of file face_csr.hpp.
References peclet::core::amr::HostArr< T >::p.
Definition at line 41 of file face_csr.hpp.
Referenced by peclet::core::amr::HostArr< T >::operator()().