Advanced Multi-Physics (AMP)
On-Line Documentation
CoupledOperatorParameters.h
Go to the documentation of this file.
1#ifndef included_AMP_CoupledOperatorParameters
2#define included_AMP_CoupledOperatorParameters
3
4#include "AMP/operators/ColumnOperatorParameters.h"
5#include "AMP/operators/Operator.h"
6#include <memory>
7
8#include <vector>
9
10namespace AMP::Operator {
11
18{
19public:
20 explicit CoupledOperatorParameters( std::shared_ptr<AMP::Database> db )
22 {
23 }
24
26
27 std::shared_ptr<Operator> d_NodeToGaussPointOperator;
28
29 std::shared_ptr<Operator> d_CopyOperator;
30
31 std::shared_ptr<Operator> d_MapOperator;
32
33 std::shared_ptr<Operator> d_BVPOperator;
34};
35} // namespace AMP::Operator
36
37
38#endif
CoupledOperatorParameters(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