#include <OperatorParameters.h>

Public Types | |
| typedef std::shared_ptr< ParameterBase > | shared_ptr |
Public Member Functions | |
| OperatorParameters (std::shared_ptr< AMP::Database > db, std::shared_ptr< AMP::Mesh::Mesh > mesh=nullptr) | |
| virtual | ~OperatorParameters () |
| Destructor. | |
Public Attributes | |
| std::shared_ptr< AMP::Database > | d_db |
| std::shared_ptr< AMP::Mesh::Mesh > | d_Mesh |
| Optional mesh for the operator. | |
| std::string | d_name |
| std::shared_ptr< AMP::Operator::Operator > | d_pOperator |
| Allow for the case that a fully constructed operator is returned. | |
OperatorParameters encapsulates parameters used to initialize or reset operators. It is an abstract base class.
Definition at line 25 of file OperatorParameters.h.
|
inherited |
Definition at line 18 of file ParameterBase.h.
|
explicit |
Construct and initialize a parameter list according to input data. Guess what the required and optional keywords are.
|
inlinevirtual |
Destructor.
Definition at line 36 of file OperatorParameters.h.
|
inherited |
Definition at line 27 of file ParameterBase.h.
| std::shared_ptr<AMP::Mesh::Mesh> AMP::Operator::OperatorParameters::d_Mesh |
Optional mesh for the operator.
Definition at line 39 of file OperatorParameters.h.
|
inherited |
Definition at line 25 of file ParameterBase.h.
| std::shared_ptr<AMP::Operator::Operator> AMP::Operator::OperatorParameters::d_pOperator |
Allow for the case that a fully constructed operator is returned.
Definition at line 42 of file OperatorParameters.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 |