#include <CoupledOperatorParameters.h>

Public Types | |
| typedef std::shared_ptr< ParameterBase > | shared_ptr |
Public Member Functions | |
| CoupledOperatorParameters (std::shared_ptr< AMP::Database > db) | |
| virtual | ~CoupledOperatorParameters () |
Public Attributes | |
| std::shared_ptr< Operator > | d_BVPOperator |
| std::shared_ptr< Operator > | d_CopyOperator |
| std::shared_ptr< AMP::Database > | d_db |
| std::shared_ptr< Operator > | d_MapOperator |
| std::shared_ptr< AMP::Mesh::Mesh > | d_Mesh |
| Optional mesh for the operator. | |
| std::string | d_name |
| std::shared_ptr< Operator > | d_NodeToGaussPointOperator |
| std::vector< std::shared_ptr< OperatorParameters > > | d_OperatorParameters |
| std::shared_ptr< AMP::Operator::Operator > | d_pOperator |
| Allow for the case that a fully constructed operator is returned. | |
A class that encapsulates the parameters required to construct the composite Operator operator.
Definition at line 17 of file CoupledOperatorParameters.h.
|
inherited |
Definition at line 18 of file ParameterBase.h.
|
inlineexplicit |
Definition at line 20 of file CoupledOperatorParameters.h.
|
inlinevirtual |
Definition at line 25 of file CoupledOperatorParameters.h.
| std::shared_ptr<Operator> AMP::Operator::CoupledOperatorParameters::d_BVPOperator |
Definition at line 33 of file CoupledOperatorParameters.h.
| std::shared_ptr<Operator> AMP::Operator::CoupledOperatorParameters::d_CopyOperator |
Definition at line 29 of file CoupledOperatorParameters.h.
|
inherited |
Definition at line 27 of file ParameterBase.h.
| std::shared_ptr<Operator> AMP::Operator::CoupledOperatorParameters::d_MapOperator |
Definition at line 31 of file CoupledOperatorParameters.h.
|
inherited |
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<Operator> AMP::Operator::CoupledOperatorParameters::d_NodeToGaussPointOperator |
Definition at line 27 of file CoupledOperatorParameters.h.
|
inherited |
Definition at line 26 of file ColumnOperatorParameters.h.
|
inherited |
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 |