- Added the possibility to set the number of iterations A.M() make no sense for large matrices.
- Added the possibility to set the number of smoother steps to use.
- Added upscaling_relperm binaries for anisotropic criterion and for different smoothers:
upscale_relperm: default criterion with ILU0 smoother
upscale_relperm_aniso: Use settings for anisotropic problems with ILU0 smoother
upscale_relperm_ssor: default criterion with SSOR smoother
upscale_relperm_aniso_ssor: default criterion with SSOR smoother
upscale_relperm_bgs: default criterion with Block Gauss-Seidel smoother
upscale_relperm_aniso_bgs: default criterion with block Gauss-Seidel smoother
- Code using the ...Upscaler classes must supply an SI-converted parser.
- Code manipulating arrays of PERMX values (for example) must take care
to use the non-converted values, as it is usually written with millidarcies.