Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
ogs
ogs
Commits
8531ca54
Commit
8531ca54
authored
Jun 19, 2022
by
Tom Fischer
Browse files
[T/LiquidFlow] Adjust non-lin. solver tol. for convergence
parent
804b5344
Changes
3
Hide whitespace changes
Inline
Side-by-side
Tests/Data/Parabolic/LiquidFlow/BuildupTest/buildup_test.prj
View file @
8531ca54
...
...
@@ -66,7 +66,7 @@
<convergence_criterion>
<type>
DeltaX
</type>
<norm_type>
NORM2
</norm_type>
<abstol>
1
.e-
6
</abstol>
<abstol>
5
.e-
4
</abstol>
</convergence_criterion>
<time_discretization>
<type>
BackwardEuler
</type>
...
...
Tests/Data/Parabolic/LiquidFlow/Flux/3D/Pyramid/cuboid_1x1x1_pyramid_6000_calculatesurfaceflux.prj
View file @
8531ca54
...
...
@@ -31,7 +31,7 @@
<convergence_criterion>
<type>
DeltaX
</type>
<norm_type>
NORM2
</norm_type>
<abstol>
1.e-
10
</abstol>
<abstol>
1.e-
7
</abstol>
</convergence_criterion>
<time_discretization>
<type>
BackwardEuler
</type>
...
...
Tests/Data/Parabolic/LiquidFlow/Flux/cube_1e3_calculatesurfaceflux.prj
View file @
8531ca54
...
...
@@ -31,7 +31,7 @@
<convergence_criterion>
<type>
DeltaX
</type>
<norm_type>
NORM2
</norm_type>
<abstol>
1.e-
10
</abstol>
<abstol>
1.e-
7
</abstol>
</convergence_criterion>
<time_discretization>
<type>
BackwardEuler
</type>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment