![]() |
Block-Structured AMR Software Framework
|
GPU-ready non-owning CSR data container. More...
#include <AMReX_SpMatrix.H>
Public Attributes | |
| CsrView< T > | csr0 |
| CsrView< T > | csr1 |
| Long | row_begin = 0 |
| Long | col_begin = 0 |
| Long const *__restrict__ | row_map = nullptr |
| Long const *__restrict__ | col_map = nullptr |
GPU-ready non-owning CSR data container.
| Long amrex::ParCsr< T >::col_begin = 0 |
| Long const* __restrict__ amrex::ParCsr< T >::col_map = nullptr |
| CsrView<T> amrex::ParCsr< T >::csr0 |
| CsrView<T> amrex::ParCsr< T >::csr1 |
| Long amrex::ParCsr< T >::row_begin = 0 |
| Long const* __restrict__ amrex::ParCsr< T >::row_map = nullptr |