Advanced Multi-Physics (AMP)
On-Line Documentation
LinearFEOperatorParameters.h
Go to the documentation of this file.
1
2#ifndef included_AMP_LinearFEOperatorParameters
3#define included_AMP_LinearFEOperatorParameters
4
5#include "AMP/discretization/DOF_Manager.h"
6#include "AMP/operators/libmesh/FEOperatorParameters.h"
7
8namespace AMP::Operator {
9
11{
12public:
16 explicit LinearFEOperatorParameters( std::shared_ptr<AMP::Database> db )
18 {
19 }
20
25
26 std::shared_ptr<AMP::Discretization::DOFManager> d_inDofMap;
27 std::shared_ptr<AMP::Discretization::DOFManager> d_outDofMap;
28
29protected:
30private:
31};
32} // namespace AMP::Operator
33
34#endif
std::shared_ptr< AMP::Discretization::DOFManager > d_outDofMap
LinearFEOperatorParameters(std::shared_ptr< AMP::Database > db)
std::shared_ptr< AMP::Discretization::DOFManager > d_inDofMap
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