#include <MeshFactory.h>
Static Public Member Functions | |
| static std::shared_ptr< Mesh > | create (int64_t fid, AMP::IO::RestartManager *manager) |
| Create the mesh from the restart file. | |
| static std::shared_ptr< Mesh > | create (std::shared_ptr< MeshParameters > parameters) |
| Create the mesh from the parameters. | |
| static MeshFactory & | getFactory () |
| get a singleton instance of the factory | |
| template<class MESH > | |
| static void | registerMesh (const std::string &name) |
| Register a mesh with the factory. | |
Mesh factory class.
Definition at line 31 of file MeshFactory.h.
|
static |
Create the mesh from the restart file.
|
static |
Create the mesh from the parameters.
|
inlinestatic |
get a singleton instance of the factory
Definition at line 35 of file MeshFactory.h.
|
inlinestatic |
Register a mesh with the factory.
Definition at line 50 of file MeshFactory.h.
|
Advanced Multi-Physics (AMP) Oak Ridge National Laboratory Idaho National Laboratory Los Alamos National Laboratory |
This page automatically produced from the source code by Last updated: Tue Mar 10 2026 13:06:43. Comments on this page |