c c c c ================================================= function fdisc(x,y) c ================================================= implicit double precision (a-h,o-z) common /combc/ t0wall,tperiod,pi2,pi c c # for computing cell averages for initial data that has a c # discontinuity along some curve. fdisc should be negative to the c # left of the curve and positive to the right fdisc = 1.d0 c return end