Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Richards Component Transport #1929

Merged
merged 18 commits into from
Oct 17, 2017
Merged
Changes from 1 commit
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[PL/RichardsComponentTransport] Relax tolerances.
  • Loading branch information
TomFischer committed Oct 17, 2017
commit 9eb7001fd31efce559698d2c1454779bc9d2ca63
4 changes: 2 additions & 2 deletions ProcessLib/RichardsComponentTransport/Tests.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ AddTest(
WRAPPER time
TESTER vtkdiff
REQUIREMENTS NOT OGS_USE_MPI
ABSTOL 1e-7 RELTOL 1e-10
ABSTOL 1e-2 RELTOL 1e-10 # darcy velocity has a large absolute error
DIFF_DATA
Padilla_NaCl1/Padilla_NaCl1_pcs_0_ts_0_t_0.000000.vtu Padilla_NaCl1_pcs_0_ts_0_t_0.000000.vtu concentration concentration
Padilla_NaCl1/Padilla_NaCl1_pcs_0_ts_10005_t_20000.000000.vtu Padilla_NaCl1_pcs_0_ts_10005_t_20000.000000.vtu concentration concentration
Expand Down Expand Up @@ -158,7 +158,7 @@ AddTest(
WRAPPER time
TESTER vtkdiff
REQUIREMENTS NOT OGS_USE_MPI
ABSTOL 1e-7 RELTOL 1e-10
ABSTOL 1e-2 RELTOL 1e-10 # darcy velocity has a large absolute error
DIFF_DATA
Padilla_NaCl6/Padilla_NaCl6_pcs_0_ts_0_t_0.000000.vtu Padilla_NaCl6_pcs_0_ts_0_t_0.000000.vtu concentration concentration
Padilla_NaCl6/Padilla_NaCl6_pcs_0_ts_10000_t_19990.000000.vtu Padilla_NaCl6_pcs_0_ts_10000_t_19990.000000.vtu concentration concentration
Expand Down