dynamics.f90 Source File


This file depends on

sourcefile~~dynamics.f90~~EfferentGraph sourcefile~dynamics.f90 dynamics.f90 sourcefile~dynamics_base.f90 dynamics_base.f90 sourcefile~dynamics.f90->sourcefile~dynamics_base.f90 sourcefile~dynamics_chooser.f90 dynamics_chooser.f90 sourcefile~dynamics.f90->sourcefile~dynamics_chooser.f90 sourcefile~kinds.f90 kinds.f90 sourcefile~dynamics_base.f90->sourcefile~kinds.f90 sourcefile~network.f90 network.f90 sourcefile~dynamics_base.f90->sourcefile~network.f90 sourcefile~dynamics_chooser.f90->sourcefile~dynamics_base.f90 sourcefile~dynamics_hb_oga.f90 dynamics_HB_OGA.f90 sourcefile~dynamics_chooser.f90->sourcefile~dynamics_hb_oga.f90 sourcefile~dynamics_nb_oga.f90 dynamics_NB_OGA.f90 sourcefile~dynamics_chooser.f90->sourcefile~dynamics_nb_oga.f90 sourcefile~dynamics_chooser.f90->sourcefile~kinds.f90 sourcefile~dynamics_hb_oga.f90->sourcefile~dynamics_base.f90 sourcefile~dynamics_hb_oga.f90->sourcefile~kinds.f90 sourcefile~dynamics_hb_oga.f90->sourcefile~network.f90 sourcefile~dynamics_nb_oga.f90->sourcefile~dynamics_base.f90 sourcefile~dynamics_nb_oga.f90->sourcefile~kinds.f90 sourcefile~dynamics_nb_oga.f90->sourcefile~network.f90 sourcefile~network.f90->sourcefile~kinds.f90

Files dependent on this one

sourcefile~~dynamics.f90~~AfferentGraph sourcefile~dynamics.f90 dynamics.f90 sourcefile~common.f90 common.f90 sourcefile~common.f90->sourcefile~dynamics.f90

Source Code

module hyperSIS_dynamics_mod
    use hyperSIS_dynamics_chooser_mod, only: net_state_choose, dynamics_choices => alg_choices
    use hyperSIS_dynamics_base_mod, only: dyn_parameters_t, net_state_base_t
    implicit none
    private

    public :: net_state_base_t, dyn_parameters_t, net_state_choose, dynamics_choices
end module