#include <CoupledFlow1DSolverParameters.h>

Public Types | |
| typedef std::shared_ptr< ParameterBase > | shared_ptr |
Public Member Functions | |
| CoupledFlow1DSolverParameters () | |
| CoupledFlow1DSolverParameters (std::shared_ptr< AMP::Database > db) | |
| virtual | ~CoupledFlow1DSolverParameters () |
Public Attributes | |
| AMP_MPI | d_comm |
| std::shared_ptr< AMP::Database > | d_db |
| std::shared_ptr< AMP::Solver::SolverStrategy > | d_flow1DSolver |
| 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 |
| std::vector< std::shared_ptr< AMP::LinearAlgebra::Vector > > | d_vectors |
Definition at line 12 of file CoupledFlow1DSolverParameters.h.
|
inherited |
Definition at line 18 of file ParameterBase.h.
|
inline |
Definition at line 15 of file CoupledFlow1DSolverParameters.h.
|
inlineexplicit |
Definition at line 16 of file CoupledFlow1DSolverParameters.h.
|
inlinevirtual |
Definition at line 20 of file CoupledFlow1DSolverParameters.h.
|
inherited |
Definition at line 38 of file SolverStrategyParameters.h.
|
inherited |
Definition at line 27 of file ParameterBase.h.
| std::shared_ptr<AMP::Solver::SolverStrategy> AMP::Solver::CoupledFlow1DSolverParameters::d_flow1DSolver |
Definition at line 22 of file CoupledFlow1DSolverParameters.h.
|
inherited |
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.
|
inherited |
initial guess for solver – probably can go away in favour of d_vectors
Definition at line 48 of file SolverStrategyParameters.h.
|
inherited |
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 |
Definition at line 40 of file SolverStrategyParameters.h.
|
inherited |
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:44. Comments on this page |