Skip to content

Useful resources

K Clough edited this page Oct 9, 2018 · 28 revisions

GRChombo

Several members of our collaboration completed their PhDs whilst working on GRChombo, and their theses are a useful source of information about the code and how it is used in research:

Numerical Relativity (NR)

There are many useful introductions to NR, but we recommend in particular the following open source resources:

The textbooks of Alcubierre, Baumgarte & Shapiro, and Shibata are also bookcase essentials for anyone working in NR.

Useful C++ resources

Style guide for C++ https://google.github.io/styleguide/cppguide.html

Basic guide to C++ https://www.tutorialspoint.com/cplusplus/index.htm

One should review in particular the sections on classes and templating, which are both used extensively in the code.

Git guide

A comprehensive guide to git:

https://www.tutorialspoint.com/git/git_quick_guide.htm

VisIt

The VisIt wiki is here:

http://www.visitusers.org/index.php?title=Main_Page

and the user manual is here:

http://visit-sphinx-user-manual.readthedocs.io/en/latest/

yt

The yt package is also useful for analysing data, and has an excellent cookbook containing examples:

http://yt-project.org/doc/index.html

Clone this wiki locally