Advanced Multi-Physics (AMP)
On-Line Documentation
AMP::LinearAlgebra::MatrixParameters Member List

This is the complete list of members for AMP::LinearAlgebra::MatrixParameters, including all inherited members.

d_backendAMP::LinearAlgebra::MatrixParametersBase
d_commAMP::LinearAlgebra::MatrixParametersBaseprotected
d_CommListLeftAMP::LinearAlgebra::MatrixParametersprotected
d_CommListRightAMP::LinearAlgebra::MatrixParametersprotected
d_DOFManagerLeftAMP::LinearAlgebra::MatrixParametersprotected
d_DOFManagerRightAMP::LinearAlgebra::MatrixParametersprotected
d_getRowAMP::LinearAlgebra::MatrixParametersprotected
d_hashAMP::LinearAlgebra::MatrixParametersBase
d_VariableLeftAMP::LinearAlgebra::MatrixParametersBaseprotected
d_VariableRightAMP::LinearAlgebra::MatrixParametersBaseprotected
generateCommLists()AMP::LinearAlgebra::MatrixParametersprotected
getComm()AMP::LinearAlgebra::MatrixParametersBaseinline
getGlobalNumberOfColumns() constAMP::LinearAlgebra::MatrixParameters
getGlobalNumberOfRows() constAMP::LinearAlgebra::MatrixParameters
getID() constAMP::LinearAlgebra::MatrixParametersBaseinline
getLeftCommList()AMP::LinearAlgebra::MatrixParameters
getLeftDOFManager()AMP::LinearAlgebra::MatrixParameters
getLeftVariable() constAMP::LinearAlgebra::MatrixParametersBaseinline
getLocalNumberOfColumns() constAMP::LinearAlgebra::MatrixParameters
getLocalNumberOfRows() constAMP::LinearAlgebra::MatrixParameters
getRightCommList()AMP::LinearAlgebra::MatrixParameters
getRightDOFManager()AMP::LinearAlgebra::MatrixParameters
getRightVariable() constAMP::LinearAlgebra::MatrixParametersBaseinline
getRowFunction() constAMP::LinearAlgebra::MatrixParametersinline
MatrixParameters()=deleteAMP::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::MatrixParametersexplicit
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::MatrixParametersexplicit
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::MatrixParametersexplicit
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::MatrixParametersexplicit
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::MatrixParametersexplicit
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::MatrixParametersexplicit
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::MatrixParametersexplicit
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::MatrixParametersexplicit
MatrixParameters(int64_t fid, AMP::IO::RestartManager *manager)AMP::LinearAlgebra::MatrixParameters
MatrixParametersBase()=deleteAMP::LinearAlgebra::MatrixParametersBase
MatrixParametersBase(const MatrixParametersBase &other)=defaultAMP::LinearAlgebra::MatrixParametersBase
MatrixParametersBase(const AMP_MPI &comm)AMP::LinearAlgebra::MatrixParametersBaseinlineexplicit
MatrixParametersBase(const AMP_MPI &comm, AMP::Utilities::Backend backend)AMP::LinearAlgebra::MatrixParametersBaseinlineexplicit
MatrixParametersBase(const AMP_MPI &comm, std::shared_ptr< Variable > varLeft, std::shared_ptr< Variable > varRight)AMP::LinearAlgebra::MatrixParametersBaseinlineexplicit
MatrixParametersBase(const AMP_MPI &comm, std::shared_ptr< Variable > varLeft, std::shared_ptr< Variable > varRight, AMP::Utilities::Backend backend)AMP::LinearAlgebra::MatrixParametersBaseinlineexplicit
MatrixParametersBase(int64_t fid, AMP::IO::RestartManager *manager)AMP::LinearAlgebra::MatrixParametersBase
registerChildObjects(AMP::IO::RestartManager *manager) const overrideAMP::LinearAlgebra::MatrixParametersvirtual
setLeftVariable(std::shared_ptr< Variable > var)AMP::LinearAlgebra::MatrixParametersBaseinline
setRightVariable(std::shared_ptr< Variable > var)AMP::LinearAlgebra::MatrixParametersBaseinline
type() const overrideAMP::LinearAlgebra::MatrixParametersinlinevirtual
writeRestart(int64_t fid) const overrideAMP::LinearAlgebra::MatrixParametersvirtual
~MatrixParameters()=defaultAMP::LinearAlgebra::MatrixParametersvirtual
~MatrixParametersBase()=defaultAMP::LinearAlgebra::MatrixParametersBasevirtual



Advanced Multi-Physics (AMP)
Oak Ridge National Laboratory
Idaho National Laboratory
Los Alamos National Laboratory
This page automatically produced from the
source code by doxygen
Last updated: Tue Mar 10 2026 13:06:42.
Comments on this page