Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer(kind=i2), | public, | allocatable, dimension(:) | :: | node_state | |||
type(dyn_parameters_t), | public | :: | params | ||||
real(kind=dp), | public | :: | time | ||||
real(kind=dp), | public | :: | total_rate | ||||
real(kind=dp), | public | :: | dt | ||||
type(state_compartment_t), | public | :: | infected | ||||
real(kind=dp), | public | :: | total_infection_attempt_rate | ||||
real(kind=dp), | public | :: | total_healing_rate | ||||
class(sampler_base_t), | public, | allocatable | :: | possibly_quiescent_nodes_sampler |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(net_state_base_t) | :: | this | ||||
class(network_t), | intent(in) | :: | net | |||
type(rndgen) | :: | gen |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(net_state_base_t) | :: | this | ||||
type(network_t), | intent(in) | :: | net | |||
class(dyn_parameters_t), | intent(in) | :: | params | |||
character(len=*), | intent(in) | :: | sampler_choice | |||
integer(kind=i4), | intent(in) | :: | node_id |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(net_state_base_t) | :: | this | ||||
type(network_t), | intent(in) | :: | net | |||
class(dyn_parameters_t), | intent(in) | :: | params | |||
character(len=*), | intent(in) | :: | sampler_choice | |||
integer(kind=i4), | intent(in) | :: | nodes(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(net_state_base_t) | :: | this | ||||
type(network_t), | intent(in) | :: | net | |||
type(rndgen), | intent(in) | :: | gen | |||
class(dyn_parameters_t), | intent(in) | :: | params | |||
character(len=*), | intent(in) | :: | sampler_choice | |||
real(kind=dp), | intent(in) | :: | fraction |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(net_state_base_t) | :: | this | ||||
type(network_t), | intent(in) | :: | net | |||
character(len=*), | intent(in) | :: | filename |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(net_state_t) | :: | this | ||||
type(network_t), | intent(in) | :: | net | |||
class(dyn_parameters_t), | intent(in) | :: | params | |||
character(len=*), | intent(in) | :: | sampler_choice |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(net_state_t) | :: | this | ||||
type(network_t), | intent(in) | :: | net | |||
integer(kind=i4), | intent(in) | :: | node_id |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(net_state_t) | :: | this | ||||
type(network_t), | intent(in) | :: | net | |||
integer(kind=i4), | intent(in) | :: | node_id | |||
integer(kind=i4), | intent(in) | :: | node_pos | |||
integer(kind=i2), | intent(in) | :: | new_state |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(net_state_t) | :: | this | ||||
class(network_t), | intent(in) | :: | net |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(net_state_t) | :: | this | ||||
class(network_t), | intent(in) | :: | net | |||
type(rndgen) | :: | gen |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(net_state_t) | :: | this | ||||
class(network_t), | intent(in) | :: | net | |||
type(rndgen) | :: | gen |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(net_state_t) | :: | this | ||||
class(network_t), | intent(in) | :: | net |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(net_state_t) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(net_state_t) | :: | this | ||||
class(network_t), | intent(in) | :: | net | |||
integer(kind=i4), | intent(in) | :: | edge_id | |||
integer(kind=i4), | intent(in) | :: | edge_order |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(net_state_t) | :: | this | ||||
type(network_t), | intent(in) | :: | net | |||
character(len=*), | intent(in) | :: | filename |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(net_state_t), | intent(in) | :: | this |