Commit Graph

19 Commits

Author SHA1 Message Date
Markus Blatt
cd6ff80fd2 - Added the possibility to set the factor used to scale the prolongation
- 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
2012-09-25 14:31:58 +02:00
Bjørn Spjelkavik
f49c249b35 Use common files from Opm instead of Dune. #3 2012-02-07 12:20:50 +01:00
Kari B. Skjerve
b907f3c6ac Changed number of significant numbers in output to 4 2012-01-25 14:32:24 +01:00
Kari B. Skjerve
2f31cfa8d0 changed linsolver_tolerance to 1e-12, added check on swir/swor 2012-01-24 13:07:04 +01:00
Kari B. Skjerve
1361539489 Preserve minimum and maximum pressure points (to preserve min and max
saturations). Also changed linsolver_tolerance to 1-12.
2012-01-24 11:11:23 +01:00
Håvard Berland
51d764b93e cleanup in version strings that has not been updated since svn-times 2011-06-24 14:13:40 +02:00
Håvard Berland
a427a2840e decrease saturationThreshold in upscale_relperm with factor 10
Avoids some visible minor output changes that we prefer not to see
2011-06-24 14:03:44 +02:00
Håvard Berland
65c02051a7 Increase maxPerm to 100 Darcy by default 2011-06-07 08:06:54 +02:00
Håvard Berland
13adc9087b Truncate permeability values to maximum 20 Darcy (adjustable via option) 2011-06-03 14:28:55 +02:00
Håvard Berland
e3328a19c4 replace all uints by 'unsigned int's 2011-05-26 10:47:57 +02:00
Håvard Berland
a6f7372de6 more cleanup; old commented-out code (pre-OPM) removed 2011-03-01 08:11:20 +01:00
Håvard Berland
2c59466971 Cleanup; remove commented out code and fix indendation 2011-03-01 08:06:35 +01:00
Håvard Berland
3ba1abe13f hg backout of changeset 1fc8598d32fb
(it had the wrong commit message and should not have been
committed either)
2011-02-28 19:40:34 +01:00
Håvard Berland
ed043a5dfe some fixes, still a rough script for deb-making 2011-02-23 23:25:18 +01:00
Atgeirr Flø Rasmussen
929d06f524 Modified programs to account for parser changes. A summary:
- 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.
2011-02-04 11:18:12 +01:00
Håvard Berland
d5edccb576 fabs is probably smarter to use than abs on floats. 2010-11-07 21:07:55 +01:00
Atgeirr Flø Rasmussen
e8c4755527 Fixed uint->size_t issues, added ignore for executables. 2010-11-05 13:03:29 +01:00
Håvard Berland
680d5fb32c fix compile errors and some warnings 2010-11-04 21:59:27 +01:00
Håvard Berland
4b538aeeb4 Add Statoils facade code for singlephase upscaling
Extends singlephase upscaling code to relative permeability
in capillary limit, and to conductivity upscaling based on Archie's law
2010-11-04 13:19:47 +01:00