-
Notifications
You must be signed in to change notification settings - Fork 53
Doing physics with GRChombo
K Clough edited this page Nov 14, 2021
·
7 revisions
These sections assume that you have successfully followed the compilation instructions in Getting started. You may wish to refer to Capabilities to get an idea of what tools are available in the code.
Here we aim to give a broad outline of the structure of the code and our design philosophy for new examples. If you need further guidance you should contact us, and we will do our best to help. (However, note that the informal GRChombo motto is "if you want it, you build it".)
Please note our License and Citation guidance.
This section contains the following:
- A description of the existing examples
- A guide to the parameters available in the binary black hole example
- Guidance on AMR and tagging
- A more detailed description of some of the existing tools
- A description of how to make a new Example and/or Source code, including hands on examples for certain cases.
- Details of the latest updates to help you keep your code up to date, and use of clang format to keep your code tidy
- A section with tips on optimising performance, in particular by achieving good load balancing
- A section with tips on convergence testing with AMR
Copyright GRChombo 2018. Contact us for further details.