Advanced Multi-Physics (AMP)
On-Line Documentation
TrilinosNOXSolverParameters.h
Go to the documentation of this file.
1#ifndef included_AMP_TrilinosNOXSolverParameters
2#define included_AMP_TrilinosNOXSolverParameters
3
4#include "AMP/solvers/SolverStrategyParameters.h"
5#include "AMP/utils/AMP_MPI.h"
6#include "AMP/utils/Database.h"
7
8#include <memory>
9
10
11namespace AMP::Solver {
12
13
14class PrePostOperator;
15
16
24{
25public:
27 explicit TrilinosNOXSolverParameters( std::shared_ptr<AMP::Database> db )
29 {
30 }
32
33 std::shared_ptr<AMP::Operator::Operator> d_pLinearOperator;
34 std::shared_ptr<AMP::Solver::SolverStrategy> d_preconditioner;
35 std::shared_ptr<AMP::Solver::PrePostOperator> d_prePostOperator;
36
37protected:
38private:
39};
40} // namespace AMP::Solver
41
42#endif
std::shared_ptr< ParameterBase > shared_ptr
std::shared_ptr< AMP::Solver::SolverStrategy > d_preconditioner
std::shared_ptr< AMP::Solver::PrePostOperator > d_prePostOperator
std::shared_ptr< AMP::Operator::Operator > d_pLinearOperator
TrilinosNOXSolverParameters(std::shared_ptr< AMP::Database > db)



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:41.
Comments on this page