Opm::gpuistl::SparsityPattern Struct Reference Compressed Sparse Row (CSR) sparsity pattern for HYPRE matrix assembly. More...
Detailed DescriptionCompressed 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. Member Data Documentation◆ cols
Global column indices in CSR format (size: nnz) Referenced by Hypre::HyprePreconditioner< M, X, Y, Comm >::HyprePreconditioner(), Opm::gpuistl::HypreInterface::setupSparsityPatternFromCpuMatrix(), and Opm::gpuistl::HypreInterface::updateMatrixFromCpuMatrix(). ◆ ncols
Non-zero entries per owned row (size: N_owned) Referenced by Hypre::HyprePreconditioner< M, X, Y, Comm >::HyprePreconditioner(), Opm::gpuistl::HypreInterface::setupSparsityPatternFromCpuMatrix(), and Opm::gpuistl::HypreInterface::updateMatrixFromCpuMatrix(). ◆ nnz
Number of non-zero entries in matrix. Referenced by Hypre::HyprePreconditioner< M, X, Y, Comm >::HyprePreconditioner(), and Opm::gpuistl::HypreInterface::setupSparsityPatternFromCpuMatrix(). ◆ rows
Global row indices for owned rows (size: N_owned) Referenced by Hypre::HyprePreconditioner< M, X, Y, Comm >::HyprePreconditioner(), Opm::gpuistl::HypreInterface::setupSparsityPatternFromCpuMatrix(), and Opm::gpuistl::HypreInterface::updateMatrixFromCpuMatrix(). The documentation for this struct was generated from the following file: |
||||||||||||||||||||||||||||||