| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(network_t), | intent(in) | :: | net | |||
| class(net_state_base_t), | intent(inout) | :: | state | |||
| class(rndgen), | intent(inout) | :: | gen |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(network_t), | intent(in) | :: | net | |||
| class(net_state_base_t), | intent(inout) | :: | state | |||
| character(len=*), | intent(in) | :: | nodes_filename | |||
| character(len=*), | intent(in) | :: | edges_filename |
Build the prefix and remove old files
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | tmp_prefix | |||
| logical, | intent(in) | :: | remove_files |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| procedure(proc_export_states), | pointer | :: | export_states | |||
| logical, | intent(in) | :: | input_export_states |
Check which method to use after dynamics step
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| procedure(proc_net_state_gen), | pointer | :: | after_dynamics_step | |||
| logical, | intent(in) | :: | input_use_qs |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(network_t), | intent(in) | :: | net | |||
| type(dyn_parameters_t), | intent(inout) | :: | dyn_params | |||
| real(kind=dp), | intent(in) | :: | par_b | |||
| real(kind=dp), | intent(in) | :: | par_theta |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(network_t), | intent(inout) | :: | net | |||
| character(len=*), | intent(in) | :: | edges_filename |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(network_t), | intent(in) | :: | net | |||
| real(kind=dp), | intent(inout) | :: | inf_fraction | |||
| integer(kind=i4), | intent(inout) | :: | initial_number |