![]() |
(git:b77b4be)
|
Collection of subroutine needed for topology related things. More...
Functions/Subroutines | |
subroutine, public | topology_connectivity_pack (molecule_kind_set, molecule_set, topology, subsys_section) |
topology connectivity pack | |
subroutine, public | topology_conn_multiple (topology, subsys_section) |
Handles the multiple unit cell option for the connectivity. | |
Collection of subroutine needed for topology related things.
subroutine, public topology_connectivity_util::topology_connectivity_pack | ( | type(molecule_kind_type), dimension(:), pointer | molecule_kind_set, |
type(molecule_type), dimension(:), pointer | molecule_set, | ||
type(topology_parameters_type), intent(inout) | topology, | ||
type(section_vals_type), pointer | subsys_section | ||
) |
topology connectivity pack
molecule_kind_set | ... |
molecule_set | ... |
topology | ... |
subsys_section | ... |
Definition at line 63 of file topology_connectivity_util.F.
subroutine, public topology_connectivity_util::topology_conn_multiple | ( | type(topology_parameters_type), intent(inout) | topology, |
type(section_vals_type), pointer | subsys_section | ||
) |
Handles the multiple unit cell option for the connectivity.
topology | ... |
subsys_section | ... |
Definition at line 1244 of file topology_connectivity_util.F.