Advanced Multi-Physics (AMP)
On-Line Documentation
PelletStackOperatorParameters.h
Go to the documentation of this file.
1
2#ifndef included_AMP_PelletStackOperatorParameters
3#define included_AMP_PelletStackOperatorParameters
4
5#include "AMP/operators/map/AsyncMapColumnOperator.h"
6
7namespace AMP::Operator {
8
10{
11public:
12 explicit PelletStackOperatorParameters( std::shared_ptr<AMP::Database> db )
14 {
15 d_currentPellet = static_cast<unsigned int>( -1 );
16 }
17
19
20 unsigned int d_currentPellet;
22 std::shared_ptr<AMP::Operator::AsyncMapColumnOperator> d_n2nMaps;
23};
24} // namespace AMP::Operator
25
26
27#endif
Provides C++ wrapper around MPI routines.
Definition AMP_MPI.h:63
PelletStackOperatorParameters(std::shared_ptr< AMP::Database > db)
std::shared_ptr< AMP::Operator::AsyncMapColumnOperator > d_n2nMaps
std::shared_ptr< ParameterBase > shared_ptr



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