#include <Util.h>

Public Types | |
| using | allocator_type = typename Config::allocator_type |
| using | csr_policy = Config |
| using | lidx_t = typename Config::lidx_t |
| using | scalar_t = typename Config::scalar_t |
| using | seq_type = seq_csr< Config, ColID > |
Public Member Functions | |
| seq_type & | diag () |
| const seq_type & | diag () const |
| bool | has_offd () const |
| seq_type & | offd () |
| const seq_type & | offd () const |
| par_csr () | |
Protected Attributes | |
| std::shared_ptr< seq_type > | d_diag |
| std::shared_ptr< seq_type > | d_offd |
| using AMP::Solver::AMG::par_csr< Config, ColID >::allocator_type = typename Config::allocator_type |
| using AMP::Solver::AMG::par_csr< Config, ColID >::csr_policy = Config |
| using AMP::Solver::AMG::par_csr< Config, ColID >::lidx_t = typename Config::lidx_t |
| using AMP::Solver::AMG::par_csr< Config, ColID >::scalar_t = typename Config::scalar_t |
| using AMP::Solver::AMG::par_csr< Config, ColID >::seq_type = seq_csr<Config, ColID> |
|
inline |
|
inline |
Definition at line 141 of file Util.h.
References AMP::Solver::AMG::par_csr< Config, ColID >::d_diag.
Referenced by AMP::Solver::AMG::coarse_operator< Config >::create_matrix().
|
inline |
Definition at line 144 of file Util.h.
References AMP::Solver::AMG::par_csr< Config, ColID >::d_diag.
|
inline |
Definition at line 147 of file Util.h.
References AMP::Solver::AMG::par_csr< Config, ColID >::offd(), and AMP::Solver::AMG::seq_csr< Config, ColID >::rowptr.
|
inline |
Definition at line 142 of file Util.h.
References AMP::Solver::AMG::par_csr< Config, ColID >::d_offd.
Referenced by AMP::Solver::AMG::coarse_operator< Config >::create_matrix(), and AMP::Solver::AMG::par_csr< Config, ColID >::has_offd().
|
inline |
Definition at line 145 of file Util.h.
References AMP::Solver::AMG::par_csr< Config, ColID >::d_offd.
|
protected |
Definition at line 150 of file Util.h.
Referenced by AMP::Solver::AMG::par_csr< Config, ColID >::diag(), and AMP::Solver::AMG::par_csr< Config, ColID >::diag().
|
protected |
Definition at line 150 of file Util.h.
Referenced by AMP::Solver::AMG::par_csr< Config, ColID >::offd(), and AMP::Solver::AMG::par_csr< Config, ColID >::offd().
|
Advanced Multi-Physics (AMP) Oak Ridge National Laboratory Idaho National Laboratory Los Alamos National Laboratory |
This page automatically produced from the source code by Last updated: Tue Mar 10 2026 13:06:45. Comments on this page |