GEOS icon indicating copy to clipboard operation
GEOS copied to clipboard

Trying to improve adaptive linear solver tolerance selection

Open paveltomin opened this issue 8 months ago • 5 comments

  1. Pull out hard-codded params to be able to modify them from input:
- strongestTol = 1e-8 (default value)
- adaptiveGamma = 0.1
- adaptiveExponent = 1.0
  1. Adjust altKrylovTol logic. Not sure that new one is good but old one is really confusing.
  2. Add output to see what tolerance is selected and why (triggered by logLevel>0 in linear solver params).

paveltomin avatar Jun 07 '24 16:06 paveltomin