Advanced Multi-Physics (AMP)
On-Line Documentation
NodeToNodeMapParameters.h
Go to the documentation of this file.
1#ifndef included_AMP_NodeToNodeMapParameters
2#define included_AMP_NodeToNodeMapParameters
3
4#include "AMP/mesh/Mesh.h"
5#include "AMP/operators/map/AsyncMapOperatorParameters.h"
6
7namespace AMP::Operator {
8
10{
11public:
12 std::vector<AMP::Mesh::MeshElementID> d_ids;
13 std::vector<double> d_disps;
14 std::map<size_t, size_t> d_RemoteToLocalId;
16
17
18 explicit NodeToNodeMapParameters( std::shared_ptr<AMP::Database> db )
20 {
21 }
22};
23} // namespace AMP::Operator
24
25#endif
NodeToNodeMapParameters(std::shared_ptr< AMP::Database > db)
std::vector< AMP::Mesh::MeshElementID > d_ids
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