This is the complete list of members for AMP::LinearAlgebra::AMPCSRMatrixParameters< Config >, including all inherited members.
| AMPCSRMatrixParameters()=delete | AMP::LinearAlgebra::AMPCSRMatrixParameters< Config > | |
| AMPCSRMatrixParameters(std::shared_ptr< AMP::Discretization::DOFManager > dofLeft, std::shared_ptr< AMP::Discretization::DOFManager > dofRight, const AMP_MPI &comm, std::shared_ptr< GetRowHelper > getRowHelper) | AMP::LinearAlgebra::AMPCSRMatrixParameters< Config > | explicit |
| AMPCSRMatrixParameters(std::shared_ptr< AMP::Discretization::DOFManager > dofLeft, std::shared_ptr< AMP::Discretization::DOFManager > dofRight, const AMP_MPI &comm, AMP::Utilities::Backend backend, std::shared_ptr< GetRowHelper > getRowHelper) | AMP::LinearAlgebra::AMPCSRMatrixParameters< Config > | explicit |
| AMPCSRMatrixParameters(std::shared_ptr< AMP::Discretization::DOFManager > dofLeft, std::shared_ptr< AMP::Discretization::DOFManager > dofRight, const AMP_MPI &comm, std::shared_ptr< Variable > varLeft, std::shared_ptr< Variable > varRight, std::shared_ptr< GetRowHelper > getRowHelper) | AMP::LinearAlgebra::AMPCSRMatrixParameters< Config > | explicit |
| AMPCSRMatrixParameters(std::shared_ptr< AMP::Discretization::DOFManager > dofLeft, std::shared_ptr< AMP::Discretization::DOFManager > dofRight, const AMP_MPI &comm, std::shared_ptr< Variable > varLeft, std::shared_ptr< Variable > varRight, AMP::Utilities::Backend backend, std::shared_ptr< GetRowHelper > getRowHelper) | AMP::LinearAlgebra::AMPCSRMatrixParameters< Config > | explicit |
| AMPCSRMatrixParameters(std::shared_ptr< AMP::Discretization::DOFManager > dofLeft, std::shared_ptr< AMP::Discretization::DOFManager > dofRight, const AMP_MPI &comm, std::shared_ptr< CommunicationList > commListLeft, std::shared_ptr< CommunicationList > commListRight, std::shared_ptr< GetRowHelper > getRowHelper) | AMP::LinearAlgebra::AMPCSRMatrixParameters< Config > | explicit |
| AMPCSRMatrixParameters(std::shared_ptr< AMP::Discretization::DOFManager > dofLeft, std::shared_ptr< AMP::Discretization::DOFManager > dofRight, const AMP_MPI &comm, std::shared_ptr< CommunicationList > commListLeft, std::shared_ptr< CommunicationList > commListRight, AMP::Utilities::Backend backend, std::shared_ptr< GetRowHelper > getRowHelper) | AMP::LinearAlgebra::AMPCSRMatrixParameters< Config > | explicit |
| AMPCSRMatrixParameters(std::shared_ptr< AMP::Discretization::DOFManager > dofLeft, std::shared_ptr< AMP::Discretization::DOFManager > dofRight, const AMP_MPI &comm, std::shared_ptr< Variable > varLeft, std::shared_ptr< Variable > varRight, std::shared_ptr< CommunicationList > commListLeft, std::shared_ptr< CommunicationList > commListRight, std::shared_ptr< GetRowHelper > getRowHelper) | AMP::LinearAlgebra::AMPCSRMatrixParameters< Config > | explicit |
| AMPCSRMatrixParameters(std::shared_ptr< AMP::Discretization::DOFManager > dofLeft, std::shared_ptr< AMP::Discretization::DOFManager > dofRight, const AMP_MPI &comm, std::shared_ptr< Variable > varLeft, std::shared_ptr< Variable > varRight, std::shared_ptr< CommunicationList > commListLeft, std::shared_ptr< CommunicationList > commListRight, AMP::Utilities::Backend backend, std::shared_ptr< GetRowHelper > getRowHelper) | AMP::LinearAlgebra::AMPCSRMatrixParameters< Config > | explicit |
| AMPCSRMatrixParameters(int64_t fid, AMP::IO::RestartManager *manager) | AMP::LinearAlgebra::AMPCSRMatrixParameters< Config > | |
| d_backend | AMP::LinearAlgebra::MatrixParametersBase | |
| d_comm | AMP::LinearAlgebra::MatrixParametersBase | protected |
| d_CommListLeft | AMP::LinearAlgebra::MatrixParameters | protected |
| d_CommListRight | AMP::LinearAlgebra::MatrixParameters | protected |
| d_DOFManagerLeft | AMP::LinearAlgebra::MatrixParameters | protected |
| d_DOFManagerRight | AMP::LinearAlgebra::MatrixParameters | protected |
| d_getRow | AMP::LinearAlgebra::MatrixParameters | protected |
| d_getRowHelper | AMP::LinearAlgebra::AMPCSRMatrixParameters< Config > | |
| d_hash | AMP::LinearAlgebra::MatrixParametersBase | |
| d_VariableLeft | AMP::LinearAlgebra::MatrixParametersBase | protected |
| d_VariableRight | AMP::LinearAlgebra::MatrixParametersBase | protected |
| generateCommLists() | AMP::LinearAlgebra::MatrixParameters | protected |
| getComm() | AMP::LinearAlgebra::MatrixParametersBase | inline |
| getGlobalNumberOfColumns() const | AMP::LinearAlgebra::MatrixParameters | |
| getGlobalNumberOfRows() const | AMP::LinearAlgebra::MatrixParameters | |
| getID() const | AMP::LinearAlgebra::MatrixParametersBase | inline |
| getLeftCommList() | AMP::LinearAlgebra::MatrixParameters | |
| getLeftDOFManager() | AMP::LinearAlgebra::MatrixParameters | |
| getLeftVariable() const | AMP::LinearAlgebra::MatrixParametersBase | inline |
| getLocalNumberOfColumns() const | AMP::LinearAlgebra::MatrixParameters | |
| getLocalNumberOfRows() const | AMP::LinearAlgebra::MatrixParameters | |
| getRightCommList() | AMP::LinearAlgebra::MatrixParameters | |
| getRightDOFManager() | AMP::LinearAlgebra::MatrixParameters | |
| getRightVariable() const | AMP::LinearAlgebra::MatrixParametersBase | inline |
| getRowFunction() const | AMP::LinearAlgebra::MatrixParameters | inline |
| gidx_t typedef | AMP::LinearAlgebra::AMPCSRMatrixParameters< Config > | private |
| lidx_t typedef | AMP::LinearAlgebra::AMPCSRMatrixParameters< Config > | private |
| MatrixParameters()=delete | AMP::LinearAlgebra::MatrixParameters | |
| MatrixParameters(std::shared_ptr< AMP::Discretization::DOFManager > dofLeft, std::shared_ptr< AMP::Discretization::DOFManager > dofRight, const AMP_MPI &comm, const std::function< std::vector< size_t >(size_t)> getRow={}) | AMP::LinearAlgebra::MatrixParameters | explicit |
| MatrixParameters(std::shared_ptr< AMP::Discretization::DOFManager > dofLeft, std::shared_ptr< AMP::Discretization::DOFManager > dofRight, const AMP_MPI &comm, AMP::Utilities::Backend backend, const std::function< std::vector< size_t >(size_t)> getRow={}) | AMP::LinearAlgebra::MatrixParameters | explicit |
| MatrixParameters(std::shared_ptr< AMP::Discretization::DOFManager > dofLeft, std::shared_ptr< AMP::Discretization::DOFManager > dofRight, const AMP_MPI &comm, std::shared_ptr< Variable > varLeft, std::shared_ptr< Variable > varRight, const std::function< std::vector< size_t >(size_t)> getRow={}) | AMP::LinearAlgebra::MatrixParameters | explicit |
| MatrixParameters(std::shared_ptr< AMP::Discretization::DOFManager > dofLeft, std::shared_ptr< AMP::Discretization::DOFManager > dofRight, const AMP_MPI &comm, std::shared_ptr< Variable > varLeft, std::shared_ptr< Variable > varRight, AMP::Utilities::Backend backend, const std::function< std::vector< size_t >(size_t)> getRow={}) | AMP::LinearAlgebra::MatrixParameters | explicit |
| MatrixParameters(std::shared_ptr< AMP::Discretization::DOFManager > dofLeft, std::shared_ptr< AMP::Discretization::DOFManager > dofRight, const AMP_MPI &comm, std::shared_ptr< CommunicationList > commListLeft, std::shared_ptr< CommunicationList > commListRight, const std::function< std::vector< size_t >(size_t)> getRow={}) | AMP::LinearAlgebra::MatrixParameters | explicit |
| MatrixParameters(std::shared_ptr< AMP::Discretization::DOFManager > dofLeft, std::shared_ptr< AMP::Discretization::DOFManager > dofRight, const AMP_MPI &comm, std::shared_ptr< CommunicationList > commListLeft, std::shared_ptr< CommunicationList > commListRight, AMP::Utilities::Backend backend, const std::function< std::vector< size_t >(size_t)> getRow={}) | AMP::LinearAlgebra::MatrixParameters | explicit |
| MatrixParameters(std::shared_ptr< AMP::Discretization::DOFManager > dofLeft, std::shared_ptr< AMP::Discretization::DOFManager > dofRight, const AMP_MPI &comm, std::shared_ptr< Variable > varLeft, std::shared_ptr< Variable > varRight, std::shared_ptr< CommunicationList > commListLeft, std::shared_ptr< CommunicationList > commListRight, const std::function< std::vector< size_t >(size_t)> getRow={}) | AMP::LinearAlgebra::MatrixParameters | explicit |
| MatrixParameters(std::shared_ptr< AMP::Discretization::DOFManager > dofLeft, std::shared_ptr< AMP::Discretization::DOFManager > dofRight, const AMP_MPI &comm, std::shared_ptr< Variable > varLeft, std::shared_ptr< Variable > varRight, std::shared_ptr< CommunicationList > commListLeft, std::shared_ptr< CommunicationList > commListRight, AMP::Utilities::Backend backend, const std::function< std::vector< size_t >(size_t)> getRow={}) | AMP::LinearAlgebra::MatrixParameters | explicit |
| MatrixParameters(int64_t fid, AMP::IO::RestartManager *manager) | AMP::LinearAlgebra::MatrixParameters | |
| MatrixParametersBase()=delete | AMP::LinearAlgebra::MatrixParametersBase | |
| MatrixParametersBase(const MatrixParametersBase &other)=default | AMP::LinearAlgebra::MatrixParametersBase | |
| MatrixParametersBase(const AMP_MPI &comm) | AMP::LinearAlgebra::MatrixParametersBase | inlineexplicit |
| MatrixParametersBase(const AMP_MPI &comm, AMP::Utilities::Backend backend) | AMP::LinearAlgebra::MatrixParametersBase | inlineexplicit |
| MatrixParametersBase(const AMP_MPI &comm, std::shared_ptr< Variable > varLeft, std::shared_ptr< Variable > varRight) | AMP::LinearAlgebra::MatrixParametersBase | inlineexplicit |
| MatrixParametersBase(const AMP_MPI &comm, std::shared_ptr< Variable > varLeft, std::shared_ptr< Variable > varRight, AMP::Utilities::Backend backend) | AMP::LinearAlgebra::MatrixParametersBase | inlineexplicit |
| MatrixParametersBase(int64_t fid, AMP::IO::RestartManager *manager) | AMP::LinearAlgebra::MatrixParametersBase | |
| registerChildObjects(AMP::IO::RestartManager *manager) const override | AMP::LinearAlgebra::AMPCSRMatrixParameters< Config > | virtual |
| setLeftVariable(std::shared_ptr< Variable > var) | AMP::LinearAlgebra::MatrixParametersBase | inline |
| setRightVariable(std::shared_ptr< Variable > var) | AMP::LinearAlgebra::MatrixParametersBase | inline |
| type() const override | AMP::LinearAlgebra::AMPCSRMatrixParameters< Config > | inlinevirtual |
| writeRestart(int64_t fid) const override | AMP::LinearAlgebra::AMPCSRMatrixParameters< Config > | virtual |
| ~MatrixParameters()=default | AMP::LinearAlgebra::MatrixParameters | virtual |
| ~MatrixParametersBase()=default | AMP::LinearAlgebra::MatrixParametersBase | virtual |
|
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:42. Comments on this page |