From 0608d7f8a4371412bc35db6cf9c1ddb4ddad79ad Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Sun, 10 Oct 2021 16:09:51 +0200 Subject: Initial commit. --- .gitmodules | 18 ++++++++++++++++++ README | 8 ++++++++ src/brill_data | 1 + src/cactus_build | 1 + src/mg2d | 1 + src/ndarray | 1 + src/teukolsky_data | 1 + src/threadpool_omp | 1 + 8 files changed, 32 insertions(+) create mode 100644 .gitmodules create mode 100644 README create mode 160000 src/brill_data create mode 160000 src/cactus_build create mode 160000 src/mg2d create mode 160000 src/ndarray create mode 160000 src/teukolsky_data create mode 160000 src/threadpool_omp 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 diff --git a/src/brill_data b/src/brill_data new file mode 160000 index 0000000..79063be --- /dev/null +++ b/src/brill_data @@ -0,0 +1 @@ +Subproject commit 79063be69dd8b66a990bd4d7ed66d408ed019fa0 diff --git a/src/cactus_build b/src/cactus_build new file mode 160000 index 0000000..22d7472 --- /dev/null +++ b/src/cactus_build @@ -0,0 +1 @@ +Subproject commit 22d7472bb551fb7e558e065d167948a8a05e41a1 diff --git a/src/mg2d b/src/mg2d new file mode 160000 index 0000000..cde358a --- /dev/null +++ b/src/mg2d @@ -0,0 +1 @@ +Subproject commit cde358a309c3dbf8d4249229f10d0888f307e7f9 diff --git a/src/ndarray b/src/ndarray new file mode 160000 index 0000000..5dde553 --- /dev/null +++ b/src/ndarray @@ -0,0 +1 @@ +Subproject commit 5dde553d6e2082fcf01d9c0e7e9a091179152710 diff --git a/src/teukolsky_data b/src/teukolsky_data new file mode 160000 index 0000000..e631627 --- /dev/null +++ b/src/teukolsky_data @@ -0,0 +1 @@ +Subproject commit e631627f70695bde798f22c4baaa472c100e45ef diff --git a/src/threadpool_omp b/src/threadpool_omp new file mode 160000 index 0000000..f8cb3e3 --- /dev/null +++ b/src/threadpool_omp @@ -0,0 +1 @@ +Subproject commit f8cb3e39436966f0d490e0ec3735dd04d99b387c -- cgit v1.2.3