Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dorie
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
31
Issues
31
List
Boards
Labels
Service Desk
Milestones
Merge Requests
9
Merge Requests
9
Operations
Operations
Incidents
Environments
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
dorie
dorie
Commits
eeb3070d
Commit
eeb3070d
authored
Mar 15, 2018
by
Lukas Riedel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reduced residual tolerances for layered and interpolator ODE tests
parent
5ce20ffc
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
testing/ode_layered.mini.in
testing/ode_layered.mini.in
+2
-2
testing/ode_linear_interpolator.mini.in
testing/ode_linear_interpolator.mini.in
+2
-2
No files found.
testing/ode_layered.mini.in
View file @
eeb3070d
...
...
@@ -26,8 +26,8 @@ grid.cells = 1 160, 1 40, 1 20 | expand prec
[_ode]
flux = -5.55e-6
head_abstol =
2E-5, 2E-5, 2E-5
| expand prec
flux_abstol =
4E-9, 4E-9, 3E-9
| expand prec
head_abstol =
3E-5, 4E-8, 4E-6
| expand prec
flux_abstol =
5E-10, 4E-9, 5E-11
| expand prec
[NewtonParameters]
AbsoluteLimit = 1E-10
...
...
testing/ode_linear_interpolator.mini.in
View file @
eeb3070d
...
...
@@ -31,8 +31,8 @@ parameters.interpolation = linear
[_ode]
flux = -5.55e-6
head_abstol =
4
E-5, 2E-4 | expand gridtype
flux_abstol =
3
E-9, 7E-8 | expand gridtype
head_abstol =
3
E-5, 2E-4 | expand gridtype
flux_abstol =
2
E-9, 7E-8 | expand gridtype
[NewtonParameters]
AbsoluteLimit = 1E-10
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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