Advanced Multi-Physics (AMP)
On-Line Documentation
VolumeIntegralOperatorParameters.h
Go to the documentation of this file.
1
2#ifndef included_AMP_VolumeIntegralOperatorParameters
3#define included_AMP_VolumeIntegralOperatorParameters
4
5#include "AMP/discretization/DOF_Manager.h"
6#include "AMP/operators/libmesh/FEOperatorParameters.h"
7#include "AMP/operators/libmesh/SourcePhysicsModel.h"
8
9namespace AMP::Operator {
10
11
13{
14public:
15 explicit VolumeIntegralOperatorParameters( std::shared_ptr<AMP::Database> db )
17 {
18 }
19
21
23 std::shared_ptr<SourcePhysicsModel> d_sourcePhysicsModel;
24 std::shared_ptr<AMP::LinearAlgebra::Variable> d_variable;
26
27protected:
28private:
29};
30
31
32} // namespace AMP::Operator
33
34#endif
std::shared_ptr< Vector > shared_ptr
Shorthand for shared pointer to Vector.
Definition Vector.h:60
VolumeIntegralOperatorParameters(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