Advanced Multi-Physics (AMP)
On-Line Documentation
MapOperatorParameters.h
Go to the documentation of this file.
1
2#ifndef included_AMP_MapOperatorParameters
3#define included_AMP_MapOperatorParameters
4
5#include "AMP/mesh/Mesh.h"
6#include "AMP/operators/OperatorParameters.h"
7
8namespace AMP::Operator {
9
11{
12public:
13 explicit MapOperatorParameters( std::shared_ptr<AMP::Database> db )
15 {
16 }
17
19
21 std::shared_ptr<AMP::Mesh::Mesh> d_MapMesh;
22};
23} // namespace AMP::Operator
24
25#endif
#define AMP_COMM_NULL
Definition AMP_MPI.h:30
Provides C++ wrapper around MPI routines.
Definition AMP_MPI.h:63
MapOperatorParameters(std::shared_ptr< AMP::Database > db)
std::shared_ptr< AMP::Mesh::Mesh > d_MapMesh
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