Skip to content

Commit fa0d829

Browse files
committed
MPI still running
1 parent 8dc8191 commit fa0d829

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

wakis/gridFIT3D.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,7 @@ def _mpi_initialize(self):
291291
self.Nz += self.n_ghosts
292292

293293
self.z = np.linspace(self.zmin, self.zmax, self.Nz+1)
294+
self.dz = np.diff(self.z)
294295

295296
def mpi_gather_asGrid(self):
296297
_grid = None

0 commit comments

Comments
 (0)