diff --git a/README.md b/README.md index e798cd1..1a43520 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,8 @@ io.c: Routines for producing a snapshot file on disk
longrange.c: Driver routines for computation of long-range gravitational PM force
main.c: Start of the program
ngb.c: Neighbour search by means of the tree
-ngravs.c: defines the gravitational force law for real space, k, and lattice sums
+ngravs.c: defines gravitational force laws for real space, k, and lattice sums
+ngravs_core.c: defines ngravs treepm computations and other model-independent code
peano.c: Routines to compute a Peano-Hilbert order
pm_nonperiodic.c: Code for non-periodic FFT to compute long-range PM force
pm_periodic.c: Routines for periodic PM-force computation
@@ -100,7 +101,16 @@ proto.h: This file contains all function prototypes of the code (non-ngravs)
tags.h: Declares various tags for labelling MPI messages (non-ngravs). Defines how ngravs tags are determined from the pre-existing ones
-Other Notes +Updated Notes +----------------------------------------------- +TreePM in non-periodic settings has been disabled, so there are no +"zoom" simulations at present. The transition computation has been +correctly implemented (this was an error in the first release). + +New Makefile options are detailed as well! +-k@Tartu 2/10/16 + +Older Notes ------------------------------------------------ To see how the extension works, as well as for some annotation on how the original Gadget-2 algorithms operate, I have interspersed various dated comments with 'KC MM/DD/YY' into the source files wherever