aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2021-10-10 16:09:51 +0200
committerAnton Khirnov <anton@khirnov.net>2021-10-10 16:09:51 +0200
commit0608d7f8a4371412bc35db6cf9c1ddb4ddad79ad (patch)
tree936f582017d1bce6d16fa108ceeb869be4f472ee
Initial commit.
-rw-r--r--.gitmodules18
-rw-r--r--README8
m---------src/brill_data0
m---------src/cactus_build0
m---------src/mg2d0
m---------src/ndarray0
m---------src/teukolsky_data0
m---------src/threadpool_omp0
8 files changed, 26 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000..2458494
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,18 @@
+[submodule "src/brill_data"]
+ path = src/brill_data
+ url = git://git.khirnov.net/brill_data
+[submodule "src/teukolsky_data"]
+ path = src/teukolsky_data
+ url = git://git.khirnov.net/teukolsky_data
+[submodule "src/threadpool_omp"]
+ path = src/threadpool_omp
+ url = git://git.khirnov.net/threadpool_omp
+[submodule "src/mg2d"]
+ path = src/mg2d
+ url = git://git.khirnov.net/mg2d
+[submodule "src/ndarray"]
+ path = src/ndarray
+ url = git://git.khirnov.net/ndarray
+[submodule "src/cactus_build"]
+ path = src/cactus_build
+ url = git://git.khirnov.net/cactus_build
diff --git a/README b/README
new file mode 100644
index 0000000..318f4bc
--- /dev/null
+++ b/README
@@ -0,0 +1,8 @@
+Overview
+========
+
+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.
+
+[1] Anton Khirnov <anton@khirnov.net>
diff --git a/src/brill_data b/src/brill_data
new file mode 160000
+Subproject 79063be69dd8b66a990bd4d7ed66d408ed019fa
diff --git a/src/cactus_build b/src/cactus_build
new file mode 160000
+Subproject 22d7472bb551fb7e558e065d167948a8a05e41a
diff --git a/src/mg2d b/src/mg2d
new file mode 160000
+Subproject cde358a309c3dbf8d4249229f10d0888f307e7f
diff --git a/src/ndarray b/src/ndarray
new file mode 160000
+Subproject 5dde553d6e2082fcf01d9c0e7e9a09117915271
diff --git a/src/teukolsky_data b/src/teukolsky_data
new file mode 160000
+Subproject e631627f70695bde798f22c4baaa472c100e45e
diff --git a/src/threadpool_omp b/src/threadpool_omp
new file mode 160000
+Subproject f8cb3e39436966f0d490e0ec3735dd04d99b387