Navigation :
RegriddingRescale
RegriddingRescale
Section Mesh
Type integer
Default scale_norm2
Rescale the regridded quantities. Not using a rescaling can lead to bad results if the
ratio of the grid spacings is large.
Options:
- scale_none:
Do not rescale the regridded quantities.
- scale_norm2:
Scale the regridded quantities by the 2-norm of the quantity on the overlapping
region of the grid.
Source information
grid/regridding.F90 : 180
call parse_variable(namespace, "RegriddingRescale", SCALE_NORM2, this%scale_norms)