Advanced Multi-Physics (AMP)
On-Line Documentation
PowerShapeParameters.h
Go to the documentation of this file.
1#ifndef included_AMP_PowerShapeParameters
2#define included_AMP_PowerShapeParameters
3
4#include "AMP/operators/OperatorParameters.h"
5#include "AMP/utils/Database.h"
6#include "AMP/vectors/Vector.h"
7#include <memory>
8
9namespace AMP::Operator {
10
17{
18public:
19 explicit PowerShapeParameters( std::shared_ptr<AMP::Database> db ) : OperatorParameters( db ) {}
20};
21} // namespace AMP::Operator
22
23#endif
PowerShapeParameters(std::shared_ptr< AMP::Database > db)
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