Advanced Multi-Physics (AMP)
On-Line Documentation
VectorCopyOperatorParameters.h
Go to the documentation of this file.
1#ifndef included_AMP_VectorCopyOperatorParameters
2#define included_AMP_VectorCopyOperatorParameters
3
4#include <vector>
5
6#include "AMP/operators/OperatorParameters.h"
7#include "AMP/vectors/Variable.h"
8#include "AMP/vectors/Vector.h"
9
10namespace AMP::Operator {
11
13{
14public:
15 explicit VectorCopyOperatorParameters( std::shared_ptr<AMP::Database> db )
17 {
18 }
19
21
22 std::shared_ptr<AMP::LinearAlgebra::Variable> d_copyVariable;
23
25
26protected:
27private:
28};
29} // namespace AMP::Operator
30
31#endif
std::shared_ptr< Vector > shared_ptr
Shorthand for shared pointer to Vector.
Definition Vector.h:60
AMP::LinearAlgebra::Vector::shared_ptr d_copyVector
VectorCopyOperatorParameters(std::shared_ptr< AMP::Database > db)
std::shared_ptr< AMP::LinearAlgebra::Variable > d_copyVariable
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