2#ifndef included_AMP_VolumeIntegralOperatorParameters
3#define included_AMP_VolumeIntegralOperatorParameters
5#include "AMP/discretization/DOF_Manager.h"
6#include "AMP/operators/libmesh/FEOperatorParameters.h"
7#include "AMP/operators/libmesh/SourcePhysicsModel.h"
24 std::shared_ptr<AMP::LinearAlgebra::Variable>
d_variable;
std::shared_ptr< Vector > shared_ptr
Shorthand for shared pointer to Vector.
VolumeIntegralOperatorParameters(std::shared_ptr< AMP::Database > db)
std::shared_ptr< SourcePhysicsModel > d_sourcePhysicsModel
std::shared_ptr< AMP::LinearAlgebra::Variable > d_variable
AMP::LinearAlgebra::Vector::shared_ptr d_auxVec
AMP::LinearAlgebra::Vector::shared_ptr d_pVector
virtual ~VolumeIntegralOperatorParameters()
std::shared_ptr< ParameterBase > shared_ptr