atomes 1.1.15
atomes: an atomic scale modeling tool box
|
Chain statistics. More...
Go to the source code of this file.
Functions/Subroutines | |
subroutine | setup_cpat_vpat_chain (cont, vois, str, cpt, vpt) |
integer function | chains () |
subroutine | chains_search_steps () |
integer function | check_chain (the_chain, chaine, tae, rsaved, tring, inde, resl) |
recursive subroutine | inside_chain (the_chain, cid, tae, lra, lrb, nrpat, rsaved, tring, inde, resl, cpt, vpt) |
subroutine | save_this_chain (the_chain, tles, rsaved, tring, indt, resl) |
subroutine | del_this_chain (tled, rsaved, tring, resl, indt) |
Chain statistics.
Definition in file chains.F90.
integer function chains |
Definition at line 53 of file chains.F90.
subroutine chains_search_steps |
Definition at line 407 of file chains.F90.
integer function check_chain | ( | type (ring), dimension(taillc), intent(in) | the_chain, |
integer, intent(in) | chaine, | ||
integer, intent(inout) | tae, | ||
integer, dimension(taillc,numa,taillc), intent(inout) | rsaved, | ||
integer, dimension(taillc), intent(inout) | tring, | ||
integer, dimension(numa), intent(inout) | inde, | ||
integer, dimension(taillc), intent(inout) | resl ) |
Definition at line 651 of file chains.F90.
subroutine del_this_chain | ( | integer, intent(in) | tled, |
integer, dimension(taillc,numa,taillc), intent(inout) | rsaved, | ||
integer, dimension(taillc), intent(inout) | tring, | ||
integer, dimension(taillc), intent(inout) | resl, | ||
integer, dimension(numa), intent(inout) | indt ) |
Definition at line 858 of file chains.F90.
recursive subroutine inside_chain | ( | type (ring), dimension(taillc), intent(inout) | the_chain, |
integer, intent(in) | cid, | ||
integer, intent(inout) | tae, | ||
integer, intent(in) | lra, | ||
integer, intent(in) | lrb, | ||
integer, dimension(na), intent(inout) | nrpat, | ||
integer, dimension(taillc,numa,taillc), intent(inout) | rsaved, | ||
integer, dimension(taillc), intent(inout) | tring, | ||
integer, dimension(numa), intent(inout) | inde, | ||
integer, dimension(taillc), intent(inout) | resl, | ||
integer, dimension(na), intent(in) | cpt, | ||
integer, dimension(na,maxn), intent(in) | vpt ) |
Definition at line 692 of file chains.F90.
subroutine save_this_chain | ( | type (ring), dimension(taillc), intent(in) | the_chain, |
integer, intent(in) | tles, | ||
integer, dimension(taillc,numa,taillc), intent(inout) | rsaved, | ||
integer, dimension(taillc), intent(inout) | tring, | ||
integer, dimension(numa), intent(inout) | indt, | ||
integer, dimension(taillc), intent(inout) | resl ) |
Definition at line 776 of file chains.F90.
subroutine setup_cpat_vpat_chain | ( | integer, dimension(na,ns), intent(in) | cont, |
integer, dimension(maxn,na,ns), intent(in) | vois, | ||
integer, intent(in) | str, | ||
integer, dimension(na), intent(inout) | cpt, | ||
integer, dimension(na,maxn), intent(inout) | vpt ) |
Definition at line 21 of file chains.F90.