aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 10 insertions, 0 deletions
diff --git a/README b/README
index 318f4bc..b5af646 100644
--- a/README
+++ b/README
@@ -5,4 +5,14 @@ This is the data package attached to the author's [1] PhD thesis. It contains
source codes and simulation parameter files that can be used to reproduce the
results from the thesis.
+contents:
+par_files/ parameter files defining the simulations
+src/ source codes for running the simulations
+ threadpool_omp/ utility library implementing thread pools, used by teukolsky_data and mg2d
+ ndarray/ utility library for working with N-dimensional arrays, used by mg2d
+ brill_data/ library for constructing Brill wave initial data
+ teukolsky_data/ library for constructing time-asymmetric initial data
+ mg2d/ multigrid elliptic solver
+ cactus_build Einstein Toolkit - Cactus+NR thorns
+
[1] Anton Khirnov <anton@khirnov.net>