Advanced Multi-Physics (AMP)
On-Line Documentation
ElementOperationFactory.h
Go to the documentation of this file.
1#ifndef included_AMP_ElementOperationFactory
2#define included_AMP_ElementOperationFactory
3
4#include "AMP/operators/ElementOperation.h"
5#include <memory>
6
7
8namespace AMP::Operator {
9
11{
12public:
15
16 static std::shared_ptr<ElementOperation>
17 createElementOperation( std::shared_ptr<AMP::Database> input_db );
18};
19} // namespace AMP::Operator
20
21#endif
static std::shared_ptr< ElementOperation > createElementOperation(std::shared_ptr< AMP::Database > input_db)



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