Skip to content
Merged
Changes from all commits
Commits
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
4 changes: 2 additions & 2 deletions modules/porous_flow/test/tests/jacobian/tests
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@
[fflux07]
type = 'PetscJacobianTester'
input = 'fflux07.i'
ratio_tol = 1E-6 # lots of chain rules here
ratio_tol = 5E-6 # lots of chain rules here
difference_tol = 1E10
cli_args = 'Executioner/num_steps=1'
threading = '!pthreads'
Expand Down Expand Up @@ -895,7 +895,7 @@
[brineco2_twophase_nonisothermal]
type = 'PetscJacobianTester'
input = 'brineco2_twophase_nonisothermal.i'
ratio_tol = 1e-6 # Lots of chain rule derivatives
ratio_tol = 5e-6 # Lots of chain rule derivatives
difference_tol = 1e10
cli_args = '-mat_fd_type ds Executioner/num_steps=1'
threading = '!pthreads'
Expand Down