2D AMRCLAW
Functions/Subroutines
fss.f File Reference

Go to the source code of this file.

Functions/Subroutines

function fss (s)
 

Function/Subroutine Documentation

◆ fss()

function fss (   s)

Definition at line 8 of file fss.f.

References fdisc().

Referenced by cellave().

8 c =================================================
9  implicit double precision (a-h,o-z)
10  common/fsscorn/ xc0,yc0,xc1,yc1
11 c
12 c # compute fdisc at distance s between corners (xc0,yc0) and (xc1,yc1)
13 c
14  x = xc0 + s*(xc1-xc0)
15  y = yc0 + s*(yc1-yc0)
16  fss = fdisc(x,y)
17  return
function fdisc(x, y)
Definition: fdisc.f:6
function fss(s)
Definition: fss.f:8
Here is the call graph for this function:
Here is the caller graph for this function: