Advanced Multi-Physics (AMP)
On-Line Documentation
Public Types | Public Member Functions | Public Attributes | List of all members
AMP::Operator::CoupledChannelToCladMapOperatorParameters Class Reference

#include <CoupledChannelToCladMapOperatorParameters.h>

Inheritance diagram for AMP::Operator::CoupledChannelToCladMapOperatorParameters:
Inheritance graph
[legend]

Public Types

typedef std::shared_ptr< ParameterBaseshared_ptr
 

Public Member Functions

 CoupledChannelToCladMapOperatorParameters (std::shared_ptr< AMP::Database > db)
 
virtual ~CoupledChannelToCladMapOperatorParameters ()
 

Public Attributes

std::shared_ptr< AMP::Databased_db
 
std::shared_ptr< AMP::Operator::Operatord_densityMapOperator
 
std::shared_ptr< AMP::Operator::Operatord_mapOperator
 
std::shared_ptr< AMP::Mesh::Meshd_Mesh
 Optional mesh for the operator.
 
std::string d_name
 
std::shared_ptr< AMP::Operator::Operatord_pOperator
 Allow for the case that a fully constructed operator is returned.
 
std::shared_ptr< AMP::Mesh::Meshd_subchannelMesh
 
std::shared_ptr< AMP::Operator::SubchannelPhysicsModeld_subchannelPhysicsModel
 
std::shared_ptr< AMP::Operator::Operatord_thermalMapOperator
 
std::shared_ptr< AMP::LinearAlgebra::Variabled_variable
 
std::shared_ptr< AMP::LinearAlgebra::Vectord_vector
 

Detailed Description

A class that encapsulates the parameters required to construct the composite Operator operator.

See also
ColumnOperator

Definition at line 18 of file CoupledChannelToCladMapOperatorParameters.h.

Member Typedef Documentation

◆ shared_ptr

Definition at line 18 of file ParameterBase.h.

Constructor & Destructor Documentation

◆ CoupledChannelToCladMapOperatorParameters()

AMP::Operator::CoupledChannelToCladMapOperatorParameters::CoupledChannelToCladMapOperatorParameters ( std::shared_ptr< AMP::Database db)
inlineexplicit

Definition at line 21 of file CoupledChannelToCladMapOperatorParameters.h.

◆ ~CoupledChannelToCladMapOperatorParameters()

virtual AMP::Operator::CoupledChannelToCladMapOperatorParameters::~CoupledChannelToCladMapOperatorParameters ( )
inlinevirtual

Definition at line 26 of file CoupledChannelToCladMapOperatorParameters.h.

Member Data Documentation

◆ d_db

std::shared_ptr<AMP::Database> AMP::ParameterBase::d_db
inherited

Definition at line 27 of file ParameterBase.h.

◆ d_densityMapOperator

std::shared_ptr<AMP::Operator::Operator> AMP::Operator::CoupledChannelToCladMapOperatorParameters::d_densityMapOperator

Definition at line 29 of file CoupledChannelToCladMapOperatorParameters.h.

◆ d_mapOperator

std::shared_ptr<AMP::Operator::Operator> AMP::Operator::CoupledChannelToCladMapOperatorParameters::d_mapOperator

Definition at line 30 of file CoupledChannelToCladMapOperatorParameters.h.

◆ d_Mesh

std::shared_ptr<AMP::Mesh::Mesh> AMP::Operator::OperatorParameters::d_Mesh
inherited

Optional mesh for the operator.

Definition at line 39 of file OperatorParameters.h.

◆ d_name

std::string AMP::ParameterBase::d_name
inherited

Definition at line 25 of file ParameterBase.h.

◆ d_pOperator

std::shared_ptr<AMP::Operator::Operator> AMP::Operator::OperatorParameters::d_pOperator
inherited

Allow for the case that a fully constructed operator is returned.

Definition at line 42 of file OperatorParameters.h.

◆ d_subchannelMesh

std::shared_ptr<AMP::Mesh::Mesh> AMP::Operator::CoupledChannelToCladMapOperatorParameters::d_subchannelMesh

Definition at line 32 of file CoupledChannelToCladMapOperatorParameters.h.

◆ d_subchannelPhysicsModel

std::shared_ptr<AMP::Operator::SubchannelPhysicsModel> AMP::Operator::CoupledChannelToCladMapOperatorParameters::d_subchannelPhysicsModel

Definition at line 34 of file CoupledChannelToCladMapOperatorParameters.h.

◆ d_thermalMapOperator

std::shared_ptr<AMP::Operator::Operator> AMP::Operator::CoupledChannelToCladMapOperatorParameters::d_thermalMapOperator

Definition at line 28 of file CoupledChannelToCladMapOperatorParameters.h.

◆ d_variable

std::shared_ptr<AMP::LinearAlgebra::Variable> AMP::Operator::CoupledChannelToCladMapOperatorParameters::d_variable

Definition at line 31 of file CoupledChannelToCladMapOperatorParameters.h.

◆ d_vector

std::shared_ptr<AMP::LinearAlgebra::Vector> AMP::Operator::CoupledChannelToCladMapOperatorParameters::d_vector

Definition at line 33 of file CoupledChannelToCladMapOperatorParameters.h.


The documentation for this class was generated from the following file:



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