MONC
Modules | Functions/Subroutines | Variables
test_registry.F90 File Reference

Go to the source code of this file.

Modules

module  test_registry_mod
 

Functions/Subroutines

subroutine test_registry_mod::test_register ()
 
subroutine test_registry_mod::test_deregister ()
 
subroutine test_registry_mod::test_component_information ()
 
subroutine test_registry_mod::test_component_removal_callbacks ()
 
subroutine test_registry_mod::test_component_callbacks ()
 
subroutine test_registry_mod::test_component_replacement_callbacks ()
 
integer function test_registry_mod::calculate_remaining_calls (orig_value, a, b)
 
subroutine test_registry_mod::insert_component_callbacks (init_callbacks, timestep_callbacks, consolidation_callbacks, modelDump_callbacks, finalisation_callbacks)
 
subroutine test_registry_mod::generate_dummy_callbacks (init_callbacks, timestep_callbacks, consolidation_callbacks, modelDump_callbacks, finalisation_callbacks)
 
subroutine test_registry_mod::internal_test_init (current_state)
 
subroutine test_registry_mod::internal_test_timestep (current_state)
 
subroutine test_registry_mod::internal_test_consolidation (current_state)
 
subroutine test_registry_mod::internal_test_modeldump (current_state)
 
subroutine test_registry_mod::internal_test_finalisation (current_state)
 
character(len=15) function test_registry_mod::str (k)
 
subroutine test_registry_mod::init_random_seed ()
 
subroutine test_registry_mod::clear_counters ()
 
program test_registry_driver
 

Variables

integer test_registry_mod::init_calls = 0
 
integer test_registry_mod::timestep_calls = 0
 
integer test_registry_mod::consolidation_calls = 0
 
integer test_registry_mod::modeldump_calls = 0
 
integer test_registry_mod::finalisation_calls = 0
 

Function/Subroutine Documentation

◆ test_registry_driver()

program test_registry_driver

Definition at line 338 of file test_registry.F90.

Here is the call graph for this function: