Skip to content

Commit

Permalink
updated sponge ref soln, reduced tol of axi-symm arans test, and remo…
Browse files Browse the repository at this point in the history
…ved a leftover ref sol copy line
  • Loading branch information
Sigfried Haering committed Jun 21, 2024
1 parent da1e562 commit ac9fd5d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion test/interpInlet.test
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ setup() {
test -s $SOLN_FILE
test -s $REF_FILE
h5diff -r --relative=1e-10 $SOLN_FILE $REF_FILE /temperature/temperature
cp $SOLN_FILE $OUT_FILE
# cp $SOLN_FILE $OUT_FILE
}
4 changes: 2 additions & 2 deletions test/lomach-flow.test
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ setup() {
run $EXE --runFile $RUNFILE_PIPE_ARANS
[[ ${status} -eq 0 ]]
test -s restart_output-pipe-arans.sol.h5
h5diff -r --delta=1e-10 restart_output-pipe-arans.sol.h5 $REF_SOLN_PIPE_ARANS /velocity
h5diff -r --delta=1e-10 restart_output-pipe-arans.sol.h5 $REF_SOLN_PIPE_ARANS /swirl
h5diff -r --delta=1e-9 restart_output-pipe-arans.sol.h5 $REF_SOLN_PIPE_ARANS /velocity
h5diff -r --delta=1e-9 restart_output-pipe-arans.sol.h5 $REF_SOLN_PIPE_ARANS /swirl
# cp restart_output-pipe-arans.sol.h5 $OUT_SOLN_PIPE_ARANS
}
4 changes: 2 additions & 2 deletions test/ref_solns/spongeBox/restart_output.sol.h5
Git LFS file not shown

0 comments on commit ac9fd5d

Please sign in to comment.