Home
last modified time | relevance | path

Searched refs:dist_now (Results 1 – 1 of 1) sorted by relevance

/dports/science/frontistr/FrontISTR-c66bdc397de319ca59a0565b3f3b1a3b33f0c50c/fistr1/src/lib/contact/
H A Dcontact_lib.f90239 real(kind=kreal) :: dist_last,dist_now, dxyz(3) ! dist between the point and its projection local
292 dist_now = dot_product( dxyz, dxyz )
293 if(dist_now <= dist_last) exit