aboutsummaryrefslogtreecommitdiff
path: root/teukolsky_data.py
Commit message (Collapse)AuthorAge
* Add public API for evaluating the residual at an arbitrary location.Anton Khirnov2021-08-27
|
* teukolsky_data.py: add a method to evaluate cartesian componentsAnton Khirnov2020-08-26
|
* 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.
* teukolsky_data.py: python3 compatibilityAnton Khirnov2019-01-15
| | | | | dict.iteritems() -> dict.items() xrange() -> range()
* teukolsky_data.py: allow setting the seed function familyAnton Khirnov2018-11-30
|
* Implement evaluating maximal lapse for the initial data.Anton Khirnov2018-05-03
|
* python wrapper: print the return code on failureAnton Khirnov2018-05-02
|
* 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