Skip to content

Commit

Permalink
Dofs display
Browse files Browse the repository at this point in the history
  • Loading branch information
Chunfang committed Dec 27, 2019
1 parent 7954216 commit 76085c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main.F90
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,8 @@ program main
elseif (half .or. fini) then
t2=MPI_Wtime(); if (rank==0) print'(F0.2,A)',t2-t1," seconds to assemble."
call VecGetOwnershipRange(Vec_U,j1,j2,ierr)
if (rank==nprcs-1) print'(I0,A,I0,A)',j2," dofs on ",nprcs," processors."
if (rank==nprcs-1) print'(I0,A,I0,A,I0,A)',j2-j1,"/",j2," DoFs across ", &
nprcs," processors."
allocate(surfdat(ntrc_loc,18)); surfdat=f0

! Find the topography thickness
Expand Down

0 comments on commit 76085c4

Please sign in to comment.