Advanced Multi-Physics (AMP)
On-Line Documentation
FEOperatorParameters.h
Go to the documentation of this file.
1
2#ifndef included_AMP_FEOperatorParameters
3#define included_AMP_FEOperatorParameters
4
5#include "AMP/operators/ElementOperation.h"
6#include "AMP/operators/OperatorParameters.h"
7
8namespace AMP::Operator {
9
17{
18public:
22 explicit FEOperatorParameters( std::shared_ptr<AMP::Database> db ) : OperatorParameters( db ) {}
23
28
29 std::shared_ptr<ElementOperation> d_elemOp;
31protected:
32private:
33};
34} // namespace AMP::Operator
35
36#endif
FEOperatorParameters(std::shared_ptr< AMP::Database > db)
std::shared_ptr< ElementOperation > d_elemOp
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