Advanced Multi-Physics (AMP)
On-Line Documentation
DirichletMatrixCorrectionParameters.h
Go to the documentation of this file.
1#ifndef included_AMP_DirichletMatrixCorrectionParameters
2#define included_AMP_DirichletMatrixCorrectionParameters
3
4#include "AMP/operators/boundary/LinearBoundaryOperatorParameters.h"
5
6namespace AMP::Operator {
7
9{
10public:
11 explicit DirichletMatrixCorrectionParameters( std::shared_ptr<AMP::Database> db )
13 {
14 }
15
17
18 // This must be a simple variable not a dual or multivariable
19 std::shared_ptr<AMP::LinearAlgebra::Variable> d_variable;
20};
21} // namespace AMP::Operator
22
23#endif
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