Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/ahay/src
Browse files Browse the repository at this point in the history
  • Loading branch information
sfomel committed Mar 13, 2024
2 parents 276e82e + c0a0b1a commit 288b5ba
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion book/Recipes/pplot.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def multip(plot,allplots,ny,nx,ys,xs,yc,xc):
alljnk.append(jnk)

Plot (plot,alljnk,'Overlay')
Result(plot,alljnk,'Overlay')
# Result(plot,alljnk,'Overlay')

def animate(plot,allplots,ny,nx,ys,xs,yc,xc):
Result(plot,allplots,'Movie')
Expand Down
2 changes: 1 addition & 1 deletion book/Recipes/wemig.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def bWRawe(data,wfld,velo,dens,coor,custom,par):
Flow(data+'_R',data,'reverse which=2 opt=i verb=y')
fdmod.awefd2d(wfld+'_',wfld+'_R',
data+'_R',velo,dens,coor,coor,iwindow(par)+custom,par)
Flow(wfld,wfld+'_R','reverse which=2 opt=i verb=y')
Flow(wfld,wfld+'_R','reverse which=4 opt=i verb=y')

# WR: forward in time
def fWRcda(data,wfld,velo,coor,custom,par):
Expand Down
3 changes: 2 additions & 1 deletion user/chenyk/SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ ccprogs = 'diffcxx'

# broken: Mnpef5

# mutter3
# mutter3 aps3d npef5

mpiprogs='''
mpiafdfwi2d
'''#mpiafdfwi3d (not finished yet)
Expand Down

0 comments on commit 288b5ba

Please sign in to comment.