GRINS-0.8.0
|
#include <solver_factory_basic.h>
Public Member Functions | |
SolverFactoryBasic (const std::string &bc_type_name) | |
virtual | ~SolverFactoryBasic () |
Public Member Functions inherited from GRINS::SolverFactoryAbstract | |
SolverFactoryAbstract (const std::string &bc_type_name) | |
virtual | ~SolverFactoryAbstract ()=0 |
Public Member Functions inherited from GRINS::FactoryWithGetPot< Solver > | |
FactoryWithGetPot (const std::string &name) | |
~FactoryWithGetPot () | |
Public Member Functions inherited from GRINS::FactoryAbstract< Solver > | |
virtual | ~FactoryAbstract () |
Protected Member Functions | |
virtual libMesh::UniquePtr< Solver > | build_solver (const GetPot &input) |
Protected Member Functions inherited from GRINS::FactoryAbstract< Solver > | |
FactoryAbstract (const std::string &name) | |
Constructor is protected. Use the build() method to construct Base objects. More... | |
Private Member Functions | |
SolverFactoryBasic () | |
Additional Inherited Members | |
Static Public Member Functions inherited from GRINS::FactoryWithGetPot< Solver > | |
static void | set_getpot (const GetPot &input) |
Static Public Member Functions inherited from GRINS::FactoryAbstract< Solver > | |
static libMesh::UniquePtr< Solver > | build (const std::string &name) |
Use this method to build objects of type Base. More... | |
Static Protected Member Functions inherited from GRINS::FactoryAbstract< Solver > | |
static FactoryAbstract< Solver > & | get_factory (const std::string &name) |
Helper method that looks up the factory and returns it if present, or error if it's not. More... | |
static DerivedType & | get_factory_subclass (const std::string &name) |
Like get_factory, but will downcast to DerivedType. More... | |
static std::map< std::string, FactoryAbstract< Solver > * > & | factory_map () |
Static Protected Attributes inherited from GRINS::FactoryWithGetPot< Solver > | |
static const GetPot * | _input |
We store only a raw pointer here because we can't make a copy. More... | |
Definition at line 33 of file solver_factory_basic.h.
|
inline |
Definition at line 36 of file solver_factory_basic.h.
|
inlinevirtual |
Definition at line 40 of file solver_factory_basic.h.
|
private |
|
inlineprotectedvirtual |
Implements GRINS::SolverFactoryAbstract.
Definition at line 54 of file solver_factory_basic.h.