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

Computing additional quantities with snapshot read #7

Open dhubber opened 10 years ago

dhubber commented 10 years ago

Currently, snapshots are read into memory but additional quantities (e.g. forces, grav potentials, etc..) are not computed since they require a full time loop calculation which can be expensive and therefore time-consuming. Need to add the ability to compute these additional quantities when needed for the code.

giovanni-rosotti commented 8 years ago

Isn't this (almost) the same as #8?