Global function declarations.
More...
Go to the source code of this file.
|
subroutine | charint (word, num) |
|
subroutine | creat_ring (ring_init, elem_cr) |
|
subroutine | do_ring (the_ring, elem_do) |
|
subroutine | calcrij (at1, at2, step_1, step_2, sid) |
|
double precision function | calcdij (r12, at1, at2, step_1, step_2, sid) |
|
double precision function | sacos (ang) |
|
double precision function | angijk (atg1, atg2, atg3, astep) |
|
double precision function | diedre (dg1, dg2, dg3, dg4, dstep) |
|
subroutine | ect_type_rings (moyenne, tableau, longte, lrepres, ec_type) |
|
double precision function | ran3 (idnum) |
|
real(kind=c_double) function | random3 (seed) |
|
subroutine | somme (tabs, longts, somtab) |
|
subroutine | moyenne (tableau, longtm, moytab) |
|
subroutine | ect_type (moyenne, tableau, longte, ec_type) |
|
subroutine | tri (tab, dimtab) |
|
logical function | smooth (tabtoliss, gtoliss, dimtoliss, sigmaliss) |
|
subroutine | sort3 (arr, ndum) |
|
subroutine | indexx_i (arr, index, n) |
|
subroutine | sort3_dp (arr, ndum) |
|
subroutine | indexx_dp (arr, index, n) |
|
◆ angijk()
double precision function angijk |
( |
integer, intent(in) | atg1, |
|
|
integer, intent(in) | atg2, |
|
|
integer, intent(in) | atg3, |
|
|
integer, intent(in) | astep ) |
◆ calcdij()
double precision function calcdij |
( |
double precision, dimension(3), intent(inout) | r12, |
|
|
integer, intent(in) | at1, |
|
|
integer, intent(in) | at2, |
|
|
integer, intent(in) | step_1, |
|
|
integer, intent(in) | step_2, |
|
|
integer, intent(in) | sid ) |
◆ calcrij()
subroutine calcrij |
( |
integer, intent(in) | at1, |
|
|
integer, intent(in) | at2, |
|
|
integer, intent(in) | step_1, |
|
|
integer, intent(in) | step_2, |
|
|
integer, intent(in) | sid ) |
◆ charint()
subroutine charint |
( |
character (len=15), intent(inout) | word, |
|
|
integer, intent(in) | num ) |
◆ creat_ring()
subroutine creat_ring |
( |
type (ring), intent(inout) | ring_init, |
|
|
integer, intent(in) | elem_cr ) |
◆ diedre()
double precision function diedre |
( |
integer, intent(in) | dg1, |
|
|
integer, intent(in) | dg2, |
|
|
integer, intent(in) | dg3, |
|
|
integer, intent(in) | dg4, |
|
|
integer, intent(in) | dstep ) |
◆ do_ring()
subroutine do_ring |
( |
type (ring), intent(inout), pointer | the_ring, |
|
|
integer, intent(in) | elem_do ) |
◆ ect_type()
subroutine ect_type |
( |
double precision, intent(in) | moyenne, |
|
|
double precision, dimension(longte), intent(in) | tableau, |
|
|
integer, intent(in) | longte, |
|
|
double precision, intent(inout) | ec_type ) |
◆ ect_type_rings()
subroutine ect_type_rings |
( |
double precision, intent(in) | moyenne, |
|
|
double precision, dimension(longte), intent(in) | tableau, |
|
|
integer, intent(in) | longte, |
|
|
integer, intent(in) | lrepres, |
|
|
double precision, intent(inout) | ec_type ) |
◆ indexx_dp()
subroutine indexx_dp |
( |
double precision, dimension(n), intent(in) | arr, |
|
|
integer, dimension(n), intent(inout) | index, |
|
|
integer, intent(in) | n ) |
◆ indexx_i()
subroutine indexx_i |
( |
integer, dimension(n), intent(in) | arr, |
|
|
integer, dimension(n), intent(inout) | index, |
|
|
integer, intent(in) | n ) |
◆ moyenne()
subroutine moyenne |
( |
double precision, dimension(longtm), intent(in) | tableau, |
|
|
integer, intent(in) | longtm, |
|
|
double precision, intent(inout) | moytab ) |
◆ ran3()
double precision function ran3 |
( |
integer, intent(in) | idnum | ) |
|
◆ random3()
real (kind=c_double) function random3 |
( |
integer (kind=c_int), intent(in) | seed | ) |
|
◆ sacos()
double precision function sacos |
( |
double precision, intent(in) | ang | ) |
|
◆ smooth()
logical function smooth |
( |
double precision, dimension(dimtoliss), intent(inout) | tabtoliss, |
|
|
double precision, dimension(dimtoliss), intent(in) | gtoliss, |
|
|
integer, intent(in) | dimtoliss, |
|
|
double precision, intent(in) | sigmaliss ) |
◆ somme()
subroutine somme |
( |
double precision, dimension(longts), intent(in) | tabs, |
|
|
integer, intent(in) | longts, |
|
|
double precision, intent(inout) | somtab ) |
◆ sort3()
subroutine sort3 |
( |
integer, dimension(ndum), intent(inout) | arr, |
|
|
integer, intent(in) | ndum ) |
◆ sort3_dp()
subroutine sort3_dp |
( |
double precision, dimension(ndum), intent(inout) | arr, |
|
|
integer, intent(in) | ndum ) |
◆ tri()
subroutine tri |
( |
integer, dimension(dimtab), intent(inout) | tab, |
|
|
integer, intent(in) | dimtab ) |