|
GRINS-0.8.0
|
#include <catalycity_factories.h>


Public Member Functions | |
| ArrheniusCatalycityFactory (const std::string &physics_name) | |
| ~ArrheniusCatalycityFactory () | |
Public Member Functions inherited from GRINS::CatalycityFactoryAbstract | |
| CatalycityFactoryAbstract (const std::string &physics_name) | |
| ~CatalycityFactoryAbstract () | |
Public Member Functions inherited from GRINS::FactoryWithGetPot< CatalycityBase > | |
| FactoryWithGetPot (const std::string &name) | |
| ~FactoryWithGetPot () | |
Public Member Functions inherited from GRINS::FactoryAbstract< CatalycityBase > | |
| virtual | ~FactoryAbstract () |
Protected Member Functions | |
| virtual libMesh::UniquePtr< CatalycityBase > | build_catalycity (const GetPot &input, const std::string §ion) |
Protected Member Functions inherited from GRINS::CatalycityFactoryAbstract | |
| virtual void | check_state () const |
| Helper function to reduce code duplication. More... | |
| virtual void | reset_state () |
| Helper function to reduce code duplication. More... | |
Protected Member Functions inherited from GRINS::FactoryAbstract< CatalycityBase > | |
| FactoryAbstract (const std::string &name) | |
| Constructor is protected. Use the build() method to construct Base objects. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from GRINS::CatalycityFactoryAbstract | |
| static void | set_section (const std::string §ion) |
Static Public Member Functions inherited from GRINS::FactoryWithGetPot< CatalycityBase > | |
| static void | set_getpot (const GetPot &input) |
Static Public Member Functions inherited from GRINS::FactoryAbstract< CatalycityBase > | |
| static libMesh::UniquePtr< CatalycityBase > | build (const std::string &name) |
| Use this method to build objects of type Base. More... | |
Static Protected Member Functions inherited from GRINS::FactoryAbstract< CatalycityBase > | |
| static FactoryAbstract< CatalycityBase > & | 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< CatalycityBase > * > & | factory_map () |
Static Protected Attributes inherited from GRINS::CatalycityFactoryAbstract | |
| static std::string | _section = std::string("DIE!") |
Static Protected Attributes inherited from GRINS::FactoryWithGetPot< CatalycityBase > | |
| static const GetPot * | _input |
| We store only a raw pointer here because we can't make a copy. More... | |
Definition at line 69 of file catalycity_factories.h.
|
inline |
Definition at line 73 of file catalycity_factories.h.
|
inline |
Definition at line 77 of file catalycity_factories.h.
|
inlineprotectedvirtual |