aboutsummaryrefslogtreecommitdiff
path: root/td_constraints.c
Commit message (Collapse)AuthorAge
* td_constraints: constrify varsAnton Khirnov2023-01-11
|
* td_constraints: fix constraint evaluation at the axisAnton Khirnov2021-08-27
|
* td_constraints: change the form of cubic seed functionAnton Khirnov2020-07-26
| | | | Use a simpler r^3 - r expression.
* 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.
* td_constraints: tie the constraint equations to the familyAnton Khirnov2018-10-05
| | | | | Preparation for the ingoing pulse family, which has a slightly different metric expression and so different form of the constraint equations.
* Implement evaluating derivatives of k_rtheta.Anton Khirnov2018-05-11
|
* Add the simple time-antisym initial data family.Anton Khirnov2018-04-23
|
* Add a function for evaluating K_rthetaAnton Khirnov2018-04-22
|
* Rewrite constraint evaluation code.Anton Khirnov2018-04-22
| | | | Make it much more efficient and easier to add other seed functions.
* td_constraints: drop unused debugging cruftAnton Khirnov2018-04-20
|
* Add the remaining parts for teukolsky waves initial dataAnton Khirnov2018-02-09