Advanced Multi-Physics (AMP)
On-Line Documentation
OperatorBuilder.h
Go to the documentation of this file.
1#ifndef included_AMP_OperatorBuilder
2#define included_AMP_OperatorBuilder
3
4#include "AMP/mesh/Mesh.h"
5#include "AMP/operators/ElementPhysicsModel.h"
6#include "AMP/operators/ElementPhysicsModelFactory.h"
7#include "AMP/operators/Operator.h"
8#include "AMP/operators/boundary/BoundaryOperator.h"
9#include "AMP/utils/Database.h"
10
11
19
20
28std::shared_ptr<Operator> createOperator( std::shared_ptr<AMP::Mesh::Mesh> mesh,
29 const std::string &operatorName,
30 std::shared_ptr<AMP::Database> input_db );
31
32
33} // namespace AMP::Operator::OperatorBuilder
34
35
36#endif
std::shared_ptr< Operator > createOperator(std::shared_ptr< AMP::Mesh::Mesh > mesh, const std::string &operatorName, std::shared_ptr< AMP::Database > input_db)
Create operator from database.



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