Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.17 KB

README.md

File metadata and controls

21 lines (17 loc) · 1.17 KB

Zerilli

Stable Dev Build Status Coverage

This package is evolving the radial part of the Zerilli equation to calculate the evolution of black hole pertubations. The equations are put into first order formulation and boundary conditions are applied via the characteristic approach. Boundary conditions can be either reflective or radiative. It uses 2nd order stencils for the discretization in the interior and 1st order at the boundary points, so that we employ stability proofs from the Summation By Parts (SBP) property.

TODO

  • write some docs
  • write correct initial data
  • write potential
  • put correct equations with the potential term
  • (add threading? not needed right now)