MONC
|
#include "componentheaders.static"
#include "testcaseheaders.static"
#include "componentregistrations.static"
#include "testcaseregistrations.static"
Go to the source code of this file.
Functions/Subroutines | |
program | monc_driver |
MONC program entry point which simply calls the main procedure in the MONC module. More... | |
subroutine | get_compiled_components (component_descriptions) |
subroutine | add_component (component_descriptions, single_description) |
Called by each component to add itself to the registration list_type. More... | |
subroutine monc_driver::add_component | ( | type(list_type), intent(inout) | component_descriptions, |
type(component_descriptor_type), intent(in) | single_description | ||
) |
Called by each component to add itself to the registration list_type.
Definition at line 38 of file monc_driver.F90.
subroutine monc_driver::get_compiled_components | ( | type(list_type), intent(inout) | component_descriptions | ) |
program monc_driver |
MONC program entry point which simply calls the main procedure in the MONC module.
Definition at line 3 of file monc_driver.F90.