updated TODO and Makefile

This commit is contained in:
Yohai Meiron 2020-03-04 10:30:17 -05:00
parent b2aba97a3e
commit d05ca0df73
2 changed files with 14 additions and 2 deletions

12
TODO.md
View file

@ -1,4 +1,16 @@
TODO file
=========
* Bug at the dumping of coefficients (all nodes dump only at the first instance)
* Since the jerk calculate from the SCF is zero initially, the zeroth timestep for each particle is calculated through a particular if-clause in phiGRAPE and the result is that it is quite large (at least in the purely collisionless case).
* Fix CEP so it doesn't need a preprocessor definition.
* Read DTSCF from a file or something.
* Memory_buffer class to use pinned memory. Also add a proper destructor.
* Add a print statement with the content summary of the grapite.mask file.
* Make it so that very hard binaries merge if there is zero softening.