Advanced Multi-Physics (AMP)
On-Line Documentation
NeumannVectorCorrectionParameters.h
Go to the documentation of this file.
1
2#ifndef included_AMP_NeumannVectorCorrectionParameters
3#define included_AMP_NeumannVectorCorrectionParameters
4
5#include "AMP/operators/OperatorParameters.h"
6#include "AMP/operators/boundary/LinearBoundaryOperatorParameters.h"
7#include "AMP/operators/boundary/libmesh/RobinPhysicsModel.h"
8
9namespace AMP::Operator {
10
12{
13public:
14 explicit NeumannVectorCorrectionParameters( std::shared_ptr<AMP::Database> db )
16 {
17 }
18
20
21 std::shared_ptr<AMP::LinearAlgebra::Variable> d_variable;
22
24
25 std::shared_ptr<RobinPhysicsModel> d_robinPhysicsModel;
26};
27} // namespace AMP::Operator
28
29#endif
std::shared_ptr< Vector > shared_ptr
Shorthand for shared pointer to Vector.
Definition Vector.h:60
NeumannVectorCorrectionParameters(std::shared_ptr< AMP::Database > db)
std::shared_ptr< AMP::LinearAlgebra::Variable > d_variable
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