Skip to content

Commit

Permalink
print scale factor num mps
Browse files Browse the repository at this point in the history
  • Loading branch information
Angelyr committed Jul 9, 2024
1 parent 9bd66a3 commit 420daf8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/testFortranMPAdvection.f90
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ program main
numMPs = numMPs + nEdgesOnCell(i) * mpsScaleFactorPerVtx
end do

print *, "Scale Factor", mpsScaleFactorPerVtx
print *, "NUM MPs", numMPs

allocate(mpsPerElm(nCells))
allocate(mp2Elm(numMPs))
allocate(isMPActive(numMPs))
Expand Down

0 comments on commit 420daf8

Please sign in to comment.