GfsRefineSurface
From Gerris
GfsRefineSurface is used to refine the cells intersected by a given surface.
The syntax in parameter files is
[ GfsRefine ] [ GfsSurface ]
Examples
- Air-water flow around a Series 60 cargo ship
- Lunar tides in Cook Strait, New Zealand
- Dam break on complex topography
- Circular droplet in equilibrium
- Axisymmetric spherical droplet in equilibrium
- Gravity waves in a realistic ocean basin
- Oscillations in a parabolic container
RefineSurface { return 4; } (1e-4 - z)
RefineSurface 10 bath.gts { twod = 1 }
RefineSurface 9 (y - 8.*(0.5 - 1./512.))
RefineSurface {return 10;} CIRCLE
RefineSurface {return 10;} CIRCLE
RefineSurface 7 bath.gts { twod = 1 }
RefineSurface LEVEL (y - 10000.*(0.5 - 1./pow(2,LEVEL)))