Skip to content
Snippets Groups Projects
Commit d0f6e307 authored by Holger Grosshans's avatar Holger Grosshans
Browse files

modified: bc.f90

parent 1c233504
Branches
No related tags found
No related merge requests found
......@@ -27,11 +27,9 @@
2 enddo
endif
elseif (bcx.eq.'p') then
call sync(myu); call sync(myv); call sync(myw)
! between procs through the sync routines
elseif (bcx.eq.'i') then
if (myid.eq.0) then
! see inflow routine
endif
if (myid.eq.nrprocs-1) then
do 8 m=1,gc
myu(imax+m-1,:,:)=myu(imax-1,:,:)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment