Skip to content

Commit 4294231

Browse files
committed
new work on padding
1 parent 506064d commit 4294231

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

aeolis/utils.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -526,10 +526,10 @@ def sweep(Ct, Cu, mass, dt, Ts, ds, dn, us, un, w):
526526
# ufn[:,:,:] = ufn[-2,:,:]
527527

528528
# also correct for the potential gradients at the boundary cells in the equilibrium concentrations
529-
Cu[:,0,:] = Cu[:,1,:]
530-
Cu[:,-1,:] = Cu[:,-2,:]
531-
Cu[0,:,:] = Cu[1,:,:]
532-
Cu[-1,:,:] = Cu[-2,:,:]
529+
# Cu[:,0,:] = Cu[:,1,:]
530+
# Cu[:,-1,:] = Cu[:,-2,:]
531+
# Cu[0,:,:] = Cu[1,:,:]
532+
# Cu[-1,:,:] = Cu[-2,:,:]
533533

534534
# #boundary values
535535
# ufs[:,0, :] = us[:,0, :]

0 commit comments

Comments
 (0)