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

modified: src/bc.f90

parent 2d712775
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,7 @@
wval=0._pr
call sync(myu); call sync(myv); call sync(myw) ! between procs through the sync routines
if (bcx.eq.'w') then ! x:
if (myid.eq.0) then
do 1 m=1,gc
......@@ -26,9 +27,11 @@
2 enddo
endif
elseif (bcx.eq.'p') then
call sync(myu); call sync(myv); call sync(myw) ! done through the sync routines
call sync(myu); call sync(myv); call sync(myw)
elseif (bcx.eq.'i') then
! see inflow routine
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