Advanced Multi-Physics (AMP)
On-Line Documentation
ParameterFactory.h
Go to the documentation of this file.
1#ifndef included_AMP_ParameterFactory
2#define included_AMP_ParameterFactory
3
4/* AMP files */
5#include "AMP/mesh/Mesh.h"
6#include "AMP/operators/OperatorParameters.h"
7#include "AMP/utils/Database.h"
8
9namespace AMP::Operator {
10
12{
13
14public:
17
18 static std::shared_ptr<OperatorParameters>
19 createParameter( std::shared_ptr<AMP::Database> input_db,
20 std::shared_ptr<AMP::Mesh::Mesh> mesh );
21};
22} // namespace AMP::Operator
23
24#endif
static std::shared_ptr< OperatorParameters > createParameter(std::shared_ptr< AMP::Database > input_db, std::shared_ptr< AMP::Mesh::Mesh > mesh)



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