Skip to content

A code to evolve matter on curved spacetimes with an analytic time and space dependence, e.g. black holes

License

Notifications You must be signed in to change notification settings

melley95/GRDzhadzha

 
 

Repository files navigation

GRDzhadzha

DOI

GRDzhadzha is an open-source code for general relativity simulations of matter fields on a fixed black hole background, based on the publicly available 3+1D numerical relativity code GRChombo. It is developed and maintained by a collaboration of numerical relativists with a wide range of research interests, from early universe cosmology to astrophysics and mathematical general relativity.

GRDzhadzha is written entirely in C++14, using hybrid MPI/OpenMP parallelism to achieve good performance on the latest architectures. It inherits all of the capabilities of the main GRChombo code, which makes use of the Chombo library for adaptive mesh refinement.

Getting started

Detailed installation instructions and usage examples are available in our wiki, with the home page giving guidance on where to start.

Contributing

We welcome feedback, bug reports, and contributions. Please consult the wiki for our coding style and testing policy before filing a pull request.

License

GRDzhadzha is licensed under the BSD 3-Clause License. Please see LICENSE for details.

Citation

If you use GRDzhadzha as part of a paper, please cite our paper which has been submitted for review in the Journal of Open Source Software:

@article{Aurrekoetxea:2023fhl,
    author = "Aurrekoetxea, Josu C. and Bamber, Jamie and Brady, Sam E. and Clough, Katy and Helfer, Thomas and Marsden, James and Traykova, Dina and Wang, Zipeng",
    title = "{GRDzhadzha: A code for evolving relativistic matter on analytic metric backgrounds}",
    eprint = "2308.08299",
    archivePrefix = "arXiv",
    primaryClass = "gr-qc",
    month = "8",
    year = "2023"
}

as well as the GRChombo JOSS publication, which has the following BibTeX reference:

@article{Andrade2021,
  doi = {10.21105/joss.03703},
  url = {https://doi.org/10.21105/joss.03703},
  year = {2021},
  publisher = {The Open Journal},
  volume = {6},
  number = {68},
  pages = {3703},
  author = {Tomas Andrade and Llibert Areste Salo and Josu C. Aurrekoetxea and Jamie Bamber and Katy Clough and Robin Croft and Eloy de Jong and Amelia Drew and Alejandro Duran and Pedro G. Ferreira and Pau Figueras and Hal Finkel and Tiago Fran\c{c}a and Bo-Xuan Ge and Chenxia Gu and Thomas Helfer and Juha Jäykkä and Cristian Joana and Markus Kunesch and Kacper Kornet and Eugene A. Lim and Francesco Muia and Zainab Nazari and Miren Radia and Justin Ripley and Paul Shellard and Ulrich Sperhake and Dina Traykova and Saran Tunyasuvunakool and Zipeng Wang and James Y. Widdicombe and Kaze Wong},
  title = {GRChombo: An adaptable numerical relativity code for fundamental physics},
  journal = {Journal of Open Source Software}
}

About

A code to evolve matter on curved spacetimes with an analytic time and space dependence, e.g. black holes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 59.4%
  • TeX 38.3%
  • Makefile 1.6%
  • Python 0.7%