facebookresearch / fmmax

Fourier modal method with Jax
MIT License
95 stars 9 forks source link

Fix output x/y values #102

Closed mfschubert closed 6 months ago

mfschubert commented 6 months ago

x/y coordinates returned by fields_on_coordinates are currently flattened, which should not be the case. This PR removes the flattening.