#include <CoupledChannelToCladMapOperatorParameters.h>

Public Types | |
| typedef std::shared_ptr< ParameterBase > | shared_ptr |
Public Member Functions | |
| CoupledChannelToCladMapOperatorParameters (std::shared_ptr< AMP::Database > db) | |
| virtual | ~CoupledChannelToCladMapOperatorParameters () |
Public Attributes | |
| std::shared_ptr< AMP::Database > | d_db |
| std::shared_ptr< AMP::Operator::Operator > | d_densityMapOperator |
| std::shared_ptr< AMP::Operator::Operator > | d_mapOperator |
| 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. | |
| std::shared_ptr< AMP::Mesh::Mesh > | d_subchannelMesh |
| std::shared_ptr< AMP::Operator::SubchannelPhysicsModel > | d_subchannelPhysicsModel |
| std::shared_ptr< AMP::Operator::Operator > | d_thermalMapOperator |
| std::shared_ptr< AMP::LinearAlgebra::Variable > | d_variable |
| std::shared_ptr< AMP::LinearAlgebra::Vector > | d_vector |
A class that encapsulates the parameters required to construct the composite Operator operator.
Definition at line 18 of file CoupledChannelToCladMapOperatorParameters.h.
|
inherited |
Definition at line 18 of file ParameterBase.h.
|
inlineexplicit |
Definition at line 21 of file CoupledChannelToCladMapOperatorParameters.h.
|
inlinevirtual |
Definition at line 26 of file CoupledChannelToCladMapOperatorParameters.h.
|
inherited |
Definition at line 27 of file ParameterBase.h.
| std::shared_ptr<AMP::Operator::Operator> AMP::Operator::CoupledChannelToCladMapOperatorParameters::d_densityMapOperator |
Definition at line 29 of file CoupledChannelToCladMapOperatorParameters.h.
| std::shared_ptr<AMP::Operator::Operator> AMP::Operator::CoupledChannelToCladMapOperatorParameters::d_mapOperator |
Definition at line 30 of file CoupledChannelToCladMapOperatorParameters.h.
|
inherited |
Optional mesh for the operator.
Definition at line 39 of file OperatorParameters.h.
|
inherited |
Definition at line 25 of file ParameterBase.h.
|
inherited |
Allow for the case that a fully constructed operator is returned.
Definition at line 42 of file OperatorParameters.h.
| std::shared_ptr<AMP::Mesh::Mesh> AMP::Operator::CoupledChannelToCladMapOperatorParameters::d_subchannelMesh |
Definition at line 32 of file CoupledChannelToCladMapOperatorParameters.h.
| std::shared_ptr<AMP::Operator::SubchannelPhysicsModel> AMP::Operator::CoupledChannelToCladMapOperatorParameters::d_subchannelPhysicsModel |
Definition at line 34 of file CoupledChannelToCladMapOperatorParameters.h.
| std::shared_ptr<AMP::Operator::Operator> AMP::Operator::CoupledChannelToCladMapOperatorParameters::d_thermalMapOperator |
Definition at line 28 of file CoupledChannelToCladMapOperatorParameters.h.
| std::shared_ptr<AMP::LinearAlgebra::Variable> AMP::Operator::CoupledChannelToCladMapOperatorParameters::d_variable |
Definition at line 31 of file CoupledChannelToCladMapOperatorParameters.h.
| std::shared_ptr<AMP::LinearAlgebra::Vector> AMP::Operator::CoupledChannelToCladMapOperatorParameters::d_vector |
Definition at line 33 of file CoupledChannelToCladMapOperatorParameters.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 |