Octopus
|
factory for classes, derived from the abstract system_cot_m::system_t class More...
factory for classes, derived from the abstract system_cot_m::system_t class
The systems factory performs the book-keeping when creating systems. Systems are actually created by their own ''create'' function, to which an instance of the systems_factory_t has to be passed.
Definition at line 162 of file system_factory.F90.
Private Member Functions | |
procedure | create => system_factory_create |
create a new system. More... | |
|
private |
create a new system.
This function calls the constructors of specific systems.
[in] | this | the system factory |
[in] | namespace | namespace of the system |
[in] | type | type of the system to create |
Definition at line 164 of file system_factory.F90.