Skip to content
Snippets Groups Projects
Commit fbf248ba authored by Dave Whipp's avatar Dave Whipp
Browse files

Removed debug output; Commented out modification of avals

parent f17963f7
No related branches found
No related tags found
No related merge requests found
......@@ -194,19 +194,19 @@ do ileaves=1,osolve%nleaves
iloc=ifind_loc_wsmp(i1loc,i1,ja,ia,n_iproc,nz_loc)
elem_dz=(osolve%z(osolve%icon(5,ileaves))-osolve%z(osolve%icon(1,ileaves)))*params%vex
if (k1 < 5) then
write (*,*) '****************'
write (*,*) 'k1: ',k1
write (*,*) 'avals before for proc ',iproc,': ',avals(iloc)
avals(iloc)=avals(iloc)-(params%dt*weightel(ileaves))/(2.d0*elem_dz)
write (*,*) 'avals after for proc ',iproc,': ',avals(iloc)
write (*,*) '****************'
!write (*,*) '****************'
!write (*,*) 'k1: ',k1
!write (*,*) 'avals before for proc ',iproc,': ',avals(iloc)
!avals(iloc)=avals(iloc)-(params%dt*weightel(ileaves))/(2.d0*elem_dz)
!write (*,*) 'avals after for proc ',iproc,': ',avals(iloc)
!write (*,*) '****************'
else
write (*,*) '****************'
write (*,*) 'k1: ',k1
write (*,*) 'avals before for proc ',iproc,': ',avals(iloc)
avals(iloc)=avals(iloc)+(params%dt*weightel(ileaves))/(2.d0*elem_dz)
write (*,*) 'avals after for proc ',iproc,': ',avals(iloc)
write (*,*) '****************'
!write (*,*) '****************'
!write (*,*) 'k1: ',k1
!write (*,*) 'avals before for proc ',iproc,': ',avals(iloc)
!avals(iloc)=avals(iloc)+(params%dt*weightel(ileaves))/(2.d0*elem_dz)
!write (*,*) 'avals after for proc ',iproc,': ',avals(iloc)
!write (*,*) '****************'
endif
endif
endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment