<div dir="ltr">Dear all,<div><br></div><div>I am trying to port some c++ code to python using, and I need the information provided by DMDAGetLocalInfo, i.e.:</div><div><span style="color:rgb(0,0,0)"><br></span></div><div><span style="color:rgb(0,0,0)">mx,my,mz; global number of grid points in each direction</span></div><div><span style="color:rgb(0,0,0)">xs,ys,zs; starting point of this processor, excluding ghosts</span></div><div><span style="color:rgb(0,0,0)">xm,ym,zm; number of grid points on this processor, excluding ghosts</span></div><div><span style="color:rgb(0,0,0)">gxs,gys,gzs; starting point of this processor including ghosts</span></div><div><span style="color:rgb(0,0,0)">gxm,gym,gzm; number of grid points on this processor including ghosts</span></div><div><span style="color:rgb(0,0,0)"><br></span></div><div><span style="color:rgb(0,0,0)">Anyone know how to get all of this information in Python?</span></div><div><span style="color:rgb(0,0,0)"><br></span></div><div><span style="color:rgb(0,0,0)">Thx in advance!</span></div></div>