Advanced Multi-Physics (AMP)
On-Line Documentation
ElementPhysicsModelFactory.h
Go to the documentation of this file.
1#ifndef included_AMP_ElementPhysicsModelFactory
2#define included_AMP_ElementPhysicsModelFactory
3
4#include "AMP/operators/ElementPhysicsModel.h"
5#include <memory>
6
7namespace AMP::Operator {
8
10{
11public:
14
15 static std::shared_ptr<ElementPhysicsModel>
16 createElementPhysicsModel( std::shared_ptr<AMP::Database> input_db );
17};
18} // namespace AMP::Operator
19
20#endif
static std::shared_ptr< ElementPhysicsModel > createElementPhysicsModel(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