aboutsummaryrefslogtreecommitdiff
path: root/README
blob: b5af646619ed9adcb3e7e570cb3bc8f5067c9b18 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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.

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>