Skip to content

Commit

Permalink
[T/THM] Slightly relax conv. tolerance
Browse files Browse the repository at this point in the history
The generated TRM project in the SaturatedPointheatsource.ipynb notebook
does not converge otherwise.
  • Loading branch information
endJunction committed Jun 13, 2024
1 parent 32fef31 commit 9adc75a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 9adc75a

Please sign in to comment.