Skip to content
Snippets Groups Projects
Commit 4982dcef authored by Katharina Heck's avatar Katharina Heck
Browse files

Merge branch 'fix/test_stokes2c_maxwellstefan-increase-robustness' into 'master'

[test][ff][ms] Use constant time step size

See merge request dumux-repositories/dumux!2097

(cherry picked from commit b3b8ceb0)

3c326917 [test][ff][ms] Use constant time step size
parent 60d16c13
No related branches found
No related tags found
2 merge requests!2152WIP add default fluxcache properties,!2098Merge branch 'fix/test_stokes2c_maxwellstefan-increase-robustness' into 'master'
[TimeLoop]
DtInitial = 1 # [s]
DtInitial = 1e5 # [s]
TEnd = 70000 # [s]
MaxTimeStepSize = 1e6
MaxTimeStepSize = 1e5
[Grid]
UpperRight = 1 1
......@@ -15,10 +15,6 @@ EnableInertiaTerms = false
[Assembly]
NumericDifference.BaseEpsilon = 1e-8
[Newton]
MaxSteps = 10
MaxRelativeShift = 1e-8
[Vtk]
WriteFaceData = false
AddVelocity = false
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment