1#ifndef included_AMP_SubchannelToPointMapParameters
2#define included_AMP_SubchannelToPointMapParameters
4#include "AMP/operators/OperatorParameters.h"
5#include "AMP/operators/subchannel/SubchannelPhysicsModel.h"
6#include "AMP/utils/AMP_MPI.h"
30 std::vector<double>
x;
31 std::vector<double>
y;
32 std::vector<double>
z;
Provides C++ wrapper around MPI routines.
Parameters for the SubchannelToPointMap.
SubchannelToPointMapParameters()
Default constructors.
std::vector< double > x
x-coordinate of the points to fill
std::vector< double > z
z-coordinate of the points to fill
std::shared_ptr< AMP::LinearAlgebra::Variable > d_outputVar
virtual ~SubchannelToPointMapParameters()
Deconstructor.
std::vector< double > y
y-coordinate of the points to fill
AMP_MPI d_comm
Comm over which the points will be gathered (default is AMP_COMM_WORLD)
std::shared_ptr< SubchannelPhysicsModel > d_subchannelPhysicsModel
std::shared_ptr< ParameterBase > shared_ptr