Skip to content

Commit

Permalink
Updated readme for resubmission
Browse files Browse the repository at this point in the history
  • Loading branch information
kcroker committed Feb 10, 2016
1 parent c60f7e1 commit 6d6a3a9
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ io.c: Routines for producing a snapshot file on disk<br>
longrange.c: Driver routines for computation of long-range gravitational PM force<br>
main.c: Start of the program<br>
ngb.c: Neighbour search by means of the tree<br>
ngravs.c: defines the gravitational force law for real space, k, and lattice sums<br>
ngravs.c: defines gravitational force laws for real space, k, and lattice sums<br>
ngravs_core.c: defines ngravs treepm computations and other model-independent code<br>
peano.c: Routines to compute a Peano-Hilbert order<br>
pm_nonperiodic.c: Code for non-periodic FFT to compute long-range PM force<br>
pm_periodic.c: Routines for periodic PM-force computation<br>
Expand All @@ -100,7 +101,16 @@ proto.h: This file contains all function prototypes of the code (non-ngravs)<br>
tags.h: Declares various tags for labelling MPI messages (non-ngravs). Defines how ngravs
tags are determined from the pre-existing ones <br>

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
Expand Down

0 comments on commit 6d6a3a9

Please sign in to comment.