Parameters for the SubchannelToPointMap. More...
#include <SubchannelToPointMapParameters.h>

Public Types | |
| typedef std::shared_ptr< ParameterBase > | shared_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::Database > | d_db |
| std::shared_ptr< AMP::Mesh::Mesh > | d_Mesh |
| Optional mesh for the operator. | |
| std::string | d_name |
| std::shared_ptr< AMP::LinearAlgebra::Variable > | d_outputVar |
| std::shared_ptr< AMP::Operator::Operator > | d_pOperator |
| Allow for the case that a fully constructed operator is returned. | |
| std::shared_ptr< SubchannelPhysicsModel > | d_subchannelPhysicsModel |
| std::vector< double > | x |
| x-coordinate of the points to fill | |
| std::vector< double > | y |
| y-coordinate of the points to fill | |
| std::vector< double > | z |
| z-coordinate of the points to fill | |
Parameters for the SubchannelToPointMap.
Definition at line 16 of file SubchannelToPointMapParameters.h.
|
inherited |
Definition at line 18 of file ParameterBase.h.
|
inline |
Default constructors.
Definition at line 20 of file SubchannelToPointMapParameters.h.
|
inlinevirtual |
Deconstructor.
Definition at line 24 of file SubchannelToPointMapParameters.h.
| 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.
|
inherited |
Definition at line 27 of file ParameterBase.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<AMP::LinearAlgebra::Variable> AMP::Operator::SubchannelToPointMapParameters::d_outputVar |
Definition at line 39 of file SubchannelToPointMapParameters.h.
|
inherited |
Allow for the case that a fully constructed operator is returned.
Definition at line 42 of file OperatorParameters.h.
| std::shared_ptr<SubchannelPhysicsModel> AMP::Operator::SubchannelToPointMapParameters::d_subchannelPhysicsModel |
Definition at line 35 of file SubchannelToPointMapParameters.h.
| std::vector<double> AMP::Operator::SubchannelToPointMapParameters::x |
x-coordinate of the points to fill
Definition at line 30 of file SubchannelToPointMapParameters.h.
| std::vector<double> AMP::Operator::SubchannelToPointMapParameters::y |
y-coordinate of the points to fill
Definition at line 31 of file SubchannelToPointMapParameters.h.
| std::vector<double> AMP::Operator::SubchannelToPointMapParameters::z |
z-coordinate of the points to fill
Definition at line 32 of file SubchannelToPointMapParameters.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 |