Advanced Multi-Physics (AMP)
On-Line Documentation
ElementOperation.h
Go to the documentation of this file.
1
2#ifndef included_AMP_ElementOperation
3#define included_AMP_ElementOperation
4
5#include "AMP/operators/ElementOperationParameters.h"
6
7#include <memory>
8
9
10namespace AMP::Operator {
11
18{
19public:
23 explicit ElementOperation( std::shared_ptr<const ElementOperationParameters> ) {}
24
28 virtual ~ElementOperation() {}
29
35 virtual void apply() = 0;
36
37protected:
38private:
39};
40} // namespace AMP::Operator
41
42#endif
ElementOperation(std::shared_ptr< const ElementOperationParameters >)



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