#include <SolverStrategyParameters.h>

Public Types | |
| typedef std::shared_ptr< ParameterBase > | shared_ptr |
Public Member Functions | |
| SolverStrategyParameters () | |
| SolverStrategyParameters (std::shared_ptr< AMP::Database > db) | |
| virtual | ~SolverStrategyParameters () |
Public Attributes | |
| AMP_MPI | d_comm |
| std::shared_ptr< AMP::Database > | d_db |
| std::shared_ptr< AMP::Database > | d_global_db |
| std::string | d_name |
| std::shared_ptr< AMP::LinearAlgebra::Vector > | d_pInitialGuess |
| initial guess for solver – probably can go away in favour of d_vectors | |
| std::shared_ptr< AMP::Solver::SolverStrategy > | d_pNestedSolver = nullptr |
| std::shared_ptr< AMP::Operator::Operator > | d_pOperator = nullptr |
| std::vector< std::shared_ptr< AMP::LinearAlgebra::Vector > > | d_vectors |
SolverStrategyParameters encapsulates parameters used to initialize SolverStrategy objects
Definition at line 19 of file SolverStrategyParameters.h.
|
inherited |
Definition at line 18 of file ParameterBase.h.
| AMP::Solver::SolverStrategyParameters::SolverStrategyParameters | ( | ) |
Empty constructor.
|
explicit |
Construct and initialize a parameter list according to input data. Guess what the required and optional keywords are.
|
virtual |
Destructor.
| AMP_MPI AMP::Solver::SolverStrategyParameters::d_comm |
Definition at line 38 of file SolverStrategyParameters.h.
|
inherited |
Definition at line 27 of file ParameterBase.h.
| std::shared_ptr<AMP::Database> AMP::Solver::SolverStrategyParameters::d_global_db |
Pointer to global database This is temporary fix and eventually either d_global_db or d_db should go away This is introduced to allow for solver factories to access databases in the global database for the construction of nested solvers
Definition at line 60 of file SolverStrategyParameters.h.
|
inherited |
Definition at line 25 of file ParameterBase.h.
| std::shared_ptr<AMP::LinearAlgebra::Vector> AMP::Solver::SolverStrategyParameters::d_pInitialGuess |
initial guess for solver – probably can go away in favour of d_vectors
Definition at line 48 of file SolverStrategyParameters.h.
| std::shared_ptr<AMP::Solver::SolverStrategy> AMP::Solver::SolverStrategyParameters::d_pNestedSolver = nullptr |
Pointer to nested solver, e.g. Krylov for Newton, or preconditioner, can be null
Definition at line 45 of file SolverStrategyParameters.h.
| std::shared_ptr<AMP::Operator::Operator> AMP::Solver::SolverStrategyParameters::d_pOperator = nullptr |
Definition at line 40 of file SolverStrategyParameters.h.
| std::vector<std::shared_ptr<AMP::LinearAlgebra::Vector> > AMP::Solver::SolverStrategyParameters::d_vectors |
List of vectors to be used during solver initialization
Definition at line 53 of file SolverStrategyParameters.h.
|
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 |