fmihpc / fsgrid

GNU Lesser General Public License v3.0
1 stars 10 forks source link

Add a method for extracting cell center coords #23

Open henry2004y opened 2 years ago

henry2004y commented 2 years ago

Might be useful in other places.

ykempf commented 2 years ago

grid.DX, DY and DZ are accessible to the user so they can use the cell coordinate function and add 0.5*DX themselves, but otherwise this looks sane indeed.

henry2004y commented 2 years ago

The intention is simply to take the burden away from the user.