fixed tests

This commit is contained in:
Martin Diehl 2020-11-16 16:38:17 +01:00
parent b3955573f6
commit cf3a28952a
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 34c89619411e2a0e84f3efc122589d41e270b640
Subproject commit 2105ed1c6e4800050010ca4d73b1882022f81551

View File

@ -497,7 +497,7 @@ subroutine converged(snes_local,PETScIter,devNull1,devNull2,devNull3,reason,dumm
err_div/divTol, ' (',err_div, ' / m, tol = ',divTol,')'
print '(a,f12.2,a,es8.2,a,es9.2,a)', ' error curl = ', &
err_curl/curlTol,' (',err_curl,' -, tol = ',curlTol,')'
print '(a,f12.2,a,es8.2,a,es9.2,a)', ' error stress BC = ', &
print '(a,f12.2,a,es8.2,a,es9.2,a)', ' error stress BC = ', &
err_BC/BCTol, ' (',err_BC, ' Pa, tol = ',BCTol,')'
print'(/,a)', ' ==========================================================================='
flush(IO_STDOUT)