Skip to content

Commit

Permalink
Overenriching test case
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhueper committed Apr 25, 2024
1 parent 287ca2b commit 164828b
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -551,13 +551,13 @@ SUBROUTINE UserDefinedFinalize(mesh, time, iter, maxResidual &
! -----------------------------------------------------------------
!
#if defined(NAVIERSTOKES)
real(kind=RP), parameter :: residuals(5) = [ 1.7481916599336543E+01_RP, &
8.2486010105468196E+01_RP, &
4.7832743605860273E+01_RP, &
2.0739112472378305E+00_RP, &
1.0360249210123282E+03_RP]
real(kind=RP), parameter :: residuals(5) = [ 1.7013998989315766E+01_RP, &
8.1190492978412564E+01_RP, &
4.7924194656532144E+01_RP, &
1.2006917273979250E+00_RP, &
1.0429511011428192E+03_RP]

real(kind=RP), parameter :: cd = 1.8124973777752700E+01_RP
real(kind=RP), parameter :: cd = 1.8122964969706718E+01_RP

CALL initializeSharedAssertionsManager
sharedManager => sharedAssertionsManager()
Expand Down

0 comments on commit 164828b

Please sign in to comment.