Compressed Sparse Row (CSR) sparsity pattern for HYPRE matrix assembly.
More...
#include <HypreDataStructures.hpp>
|
|
std::vector< HYPRE_Int > | ncols |
| | Non-zero entries per owned row (size: N_owned).
|
|
std::vector< HYPRE_BigInt > | rows |
| | Global row indices for owned rows (size: N_owned).
|
|
std::vector< HYPRE_BigInt > | cols |
| | Global column indices in CSR format (size: nnz).
|
|
HYPRE_Int | nnz |
| | Number of non-zero entries in matrix.
|
Compressed Sparse Row (CSR) sparsity pattern for HYPRE matrix assembly.
It represents only the owned rows in CSR-like format with global HYPRE indexing for both rows and columns.
The documentation for this struct was generated from the following file: