Skip to content
Snippets Groups Projects
Commit 9adc75a6 authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

[T/THM] Slightly relax conv. tolerance

The generated TRM project in the SaturatedPointheatsource.ipynb notebook
does not converge otherwise.
parent 32fef31b
No related branches found
No related tags found
No related merge requests found
......@@ -142,7 +142,7 @@
<convergence_criterion>
<type>PerComponentDeltaX</type>
<norm_type>NORM2</norm_type>
<reltols>1e-15 1e-15 1e-15 1e-15</reltols>
<reltols>1e-15 1e-14 5e-15 5e-15</reltols>
</convergence_criterion>
<time_discretization>
<type>BackwardEuler</type>
......
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