gandalfcode / gandalf

GANDALF (Graphical Astrophysics code for N-body Dynamics And Lagrangian Fluids)
GNU General Public License v2.0
44 stars 12 forks source link

Caching the Ewald Table #120

Open rbooth200 opened 7 years ago

rbooth200 commented 7 years ago

Setting up the Ewald table takes a long time, so I think there would be some benefit to caching the table, especially for test problems, which all use the same set of parameters or loading periodic simulations in python.

It is done by Gadget, Could this be done relatively easily for us?