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

Parameters for the SubchannelToPointMap. More...

#include <SubchannelToPointMapParameters.h>

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

Public Types

typedef std::shared_ptr< ParameterBaseshared_ptr
 

Public Member Functions

 SubchannelToPointMapParameters ()
 Default constructors.
 
virtual ~SubchannelToPointMapParameters ()
 Deconstructor.
 

Public Attributes

AMP_MPI d_comm
 Comm over which the points will be gathered (default is AMP_COMM_WORLD)
 
std::shared_ptr< AMP::Databased_db
 
std::shared_ptr< AMP::Mesh::Meshd_Mesh
 Optional mesh for the operator.
 
std::string d_name
 
std::shared_ptr< AMP::LinearAlgebra::Variabled_outputVar
 
std::shared_ptr< AMP::Operator::Operatord_pOperator
 Allow for the case that a fully constructed operator is returned.
 
std::shared_ptr< SubchannelPhysicsModeld_subchannelPhysicsModel
 
std::vector< doublex
 x-coordinate of the points to fill
 
std::vector< doubley
 y-coordinate of the points to fill
 
std::vector< doublez
 z-coordinate of the points to fill
 

Detailed Description

Parameters for the SubchannelToPointMap.

Definition at line 16 of file SubchannelToPointMapParameters.h.

Member Typedef Documentation

◆ shared_ptr

Definition at line 18 of file ParameterBase.h.

Constructor & Destructor Documentation

◆ SubchannelToPointMapParameters()

AMP::Operator::SubchannelToPointMapParameters::SubchannelToPointMapParameters ( )
inline

Default constructors.

Definition at line 20 of file SubchannelToPointMapParameters.h.

◆ ~SubchannelToPointMapParameters()

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

Deconstructor.

Definition at line 24 of file SubchannelToPointMapParameters.h.

Member Data Documentation

◆ d_comm

AMP_MPI AMP::Operator::SubchannelToPointMapParameters::d_comm

Comm over which the points will be gathered (default is AMP_COMM_WORLD)

Definition at line 27 of file SubchannelToPointMapParameters.h.

◆ d_db

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

Definition at line 27 of file ParameterBase.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_outputVar

std::shared_ptr<AMP::LinearAlgebra::Variable> AMP::Operator::SubchannelToPointMapParameters::d_outputVar

Definition at line 39 of file SubchannelToPointMapParameters.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_subchannelPhysicsModel

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

Definition at line 35 of file SubchannelToPointMapParameters.h.

◆ x

std::vector<double> AMP::Operator::SubchannelToPointMapParameters::x

x-coordinate of the points to fill

Definition at line 30 of file SubchannelToPointMapParameters.h.

◆ y

std::vector<double> AMP::Operator::SubchannelToPointMapParameters::y

y-coordinate of the points to fill

Definition at line 31 of file SubchannelToPointMapParameters.h.

◆ z

std::vector<double> AMP::Operator::SubchannelToPointMapParameters::z

z-coordinate of the points to fill

Definition at line 32 of file SubchannelToPointMapParameters.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