GfsAdaptFunction
From Gerris
GfsAdaptFunction uses a "cell cost" defined by a GfsFunction.
The syntax in parameter files is:
[ GfsAdapt ] [ GfsFunction ]
For example, the following will result in a fine mesh being used only along the interface defined by variable T
:
VariableTracerVOF T ... AdaptFunction { istep = 1 } { cmax = 0 minlevel = 5 maxlevel = 8 } (T > 0 && T < 1)