hyperSIS_network_io_mod Module


Uses

  • module~~hypersis_network_io_mod~~UsesGraph module~hypersis_network_io_mod hyperSIS_network_io_mod datastructs_mod datastructs_mod module~hypersis_network_io_mod->datastructs_mod module~hypersis_kinds_mod hyperSIS_kinds_mod module~hypersis_network_io_mod->module~hypersis_kinds_mod module~hypersis_network_mod hyperSIS_network_mod module~hypersis_network_io_mod->module~hypersis_network_mod iso_fortran_env iso_fortran_env module~hypersis_kinds_mod->iso_fortran_env module~hypersis_network_mod->datastructs_mod module~hypersis_network_mod->module~hypersis_kinds_mod

Used by

  • module~~hypersis_network_io_mod~~UsedByGraph module~hypersis_network_io_mod hyperSIS_network_io_mod module~hypersis_program_common_mod hyperSIS_program_common_mod module~hypersis_program_common_mod->module~hypersis_network_io_mod

Subroutines

public subroutine network_import(net, filename, skip_check_consistency)

Arguments

Type IntentOptional Attributes Name
class(network_t), intent(inout) :: net
character(len=*), intent(in) :: filename
logical, optional :: skip_check_consistency

public subroutine network_export(net, filename)

Arguments

Type IntentOptional Attributes Name
class(network_t), intent(in) :: net
character(len=*), intent(in) :: filename