summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAge
* doublenull: add a function for inverse double-null coordinatesAnton Khirnov2024-01-23
| | | | I.e. computing T/X(U, V).
* doublenull: null_coordinates(): do not extrapolateAnton Khirnov2024-01-23
|
* doublenull: returns solutions as OdeSolution rather than X(t) arrayAnton Khirnov2024-01-15
| | | | | Similar to what is done in null, allows working with results more conveniently.
* doublenull: use interp.py for 2D interpolationAnton Khirnov2024-01-08
|
* null: add a test for coord_similarity()Anton Khirnov2023-06-29
|
* null: add a test for null_geodesics()Anton Khirnov2023-06-28
|
* doublenull: shorten namesAnton Khirnov2023-06-28
| | | | Breaks compatibility.
* doublenull: add unit testsAnton Khirnov2023-06-28