1#ifndef included_AMP_RobinMatrixCorrectionParameters
2#define included_AMP_RobinMatrixCorrectionParameters
4#include "AMP/operators/boundary/LinearBoundaryOperatorParameters.h"
5#include "AMP/operators/boundary/libmesh/NeumannVectorCorrectionParameters.h"
6#include "AMP/operators/boundary/libmesh/RobinPhysicsModel.h"
20 std::shared_ptr<AMP::LinearAlgebra::Variable>
d_variable;
28 std::shared_ptr<AMP::Discretization::DOFManager>
d_DofMap;
std::shared_ptr< Vector > shared_ptr
Shorthand for shared pointer to Vector.
std::shared_ptr< RobinPhysicsModel > d_robinPhysicsModel
AMP::LinearAlgebra::Vector::shared_ptr d_variableFlux
std::vector< AMP::LinearAlgebra::Vector::const_shared_ptr > d_elementInputVec
virtual ~RobinMatrixCorrectionParameters()
std::shared_ptr< AMP::Discretization::DOFManager > d_DofMap
std::shared_ptr< AMP::LinearAlgebra::Variable > d_variable
RobinMatrixCorrectionParameters(std::shared_ptr< AMP::Database > db)
std::shared_ptr< ParameterBase > shared_ptr