aboutsummaryrefslogtreecommitdiff
path: root/teukolsky_data.h
Commit message (Collapse)AuthorAge
* teukolsky_data.h: update documentationAnton Khirnov2022-07-29
| | | | | Fix the description of TD_FAMILY_TIME_ANTISYM_CUBIC to match the code. Expand/add documentation where it was missing or insufficient.
* Add public API for evaluating the residual at an arbitrary location.Anton Khirnov2021-08-27
|
* teukolsky_data: fix and extend documentationAnton Khirnov2020-03-04
|
* teukolsky_data: rename TD_FAMILY_SIMPLE_TIME_ANTISYM ↵Anton Khirnov2020-01-30
| | | | | | ->TD_FAMILY_TIME_ANTISYM_LINEAR For consistency with previous commit.
* teukolsky_data: change TD_FAMILY_AE_TIME_ANTISYMAnton Khirnov2020-01-30
| | | | | | | | | | | This is obviously not the data that A&E were using in their paper (though the reason is unknown, as the free functions should be the same), so stop referring to it as such. Also drop the constant multiplier of 60 * \sqrt{2/pi}, since it has no other purpose than being consistent with their data. Name the resulting family TD_FAMILY_TIME_ANTISYM_CUBIC. This is an API break.
* Implement evaluating maximal lapse for the initial data.Anton Khirnov2018-05-03
|
* Add the simple time-antisym initial data family.Anton Khirnov2018-04-23
|
* Add a function for evaluating K_rthetaAnton Khirnov2018-04-22
|
* Handle the upper solution branch.Anton Khirnov2018-04-07
|
* Add the remaining parts for teukolsky waves initial dataAnton Khirnov2018-02-09