pseudospectators / FLUSI

Fluid-Structure-Interaction / MHD Research Code. Relies on Fourier transforms for derivatives and the volume penalization method to include obstacles.
http://aifit.cfd.tu-berlin.de/
GNU General Public License v3.0
46 stars 29 forks source link

Why nx/2, ny/2, nz/2? #19

Closed dkolom closed 7 years ago

dkolom commented 7 years ago

https://github.com/pseudospectators/FLUSI/blob/819b6e9c0d9b7d2d7819ecb6c35e7425ec9e3044/src/file_io/flusi_hdf5_interface.f90#L157

tommy-engels commented 7 years ago

you're right: this seems to be a bug. I guess its a leftover from the time we had only 2 striding or no striding -- I'll correct it

dkolom commented 7 years ago

Thanks!