Advanced Multi-Physics (AMP)
On-Line Documentation
AsyncMapOperatorParameters.h
Go to the documentation of this file.
1#ifndef included_AMP_AsyncMapOperatorParameters
2#define included_AMP_AsyncMapOperatorParameters
3
4#include "AMP/discretization/DOF_Manager.h"
5#include "AMP/mesh/Mesh.h"
6#include "AMP/operators/AsynchronousOperatorParameters.h"
7#include "AMP/utils/AMP_MPI.h"
8
9
10namespace AMP {
11namespace Operator {
12
14{
15public:
17 std::shared_ptr<AMP::Mesh::Mesh> d_Mesh1;
18 std::shared_ptr<AMP::Mesh::Mesh> d_Mesh2;
23
24 explicit AsyncMapOperatorParameters( std::shared_ptr<AMP::Database> db );
25
27};
28} // namespace Operator
29} // namespace AMP
30
31#endif
Provides C++ wrapper around MPI routines.
Definition AMP_MPI.h:63
AsyncMapOperatorParameters(std::shared_ptr< AMP::Database > db)
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