aboutsummaryrefslogtreecommitdiff
path: root/init.c
Commit message (Collapse)AuthorAge
* init: replace custom cpu count detection with sysconfAnton Khirnov2023-01-11
| | | | Drop now-unnecessary assembly support.
* init: add missing newlineAnton Khirnov2023-01-11
|
* init: drop unused cruftAnton Khirnov2023-01-11
|
* Move eval code to its own file.Anton Khirnov2022-09-16
|
* Remove disabled and pointless OpenCL support.Anton Khirnov2022-09-16
|
* init: cosmeticsAnton Khirnov2021-08-27
|
* Add public API for evaluating the residual at an arbitrary location.Anton Khirnov2021-08-27
|
* Fix getting into upper branch with negative a.Anton Khirnov2020-08-26
|
* init: multi-thread solution evaluationAnton Khirnov2020-07-26
|
* Switch to external threadpool library.Anton Khirnov2020-07-26
|
* init: make the delta relative to the amplitudeAnton Khirnov2020-07-26
|
* 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 derivatives of k_rtheta.Anton Khirnov2018-05-11
|
* Implement evaluating maximal lapse for the initial data.Anton Khirnov2018-05-03
|
* td solve: free the solver immediately after solvingAnton Khirnov2018-05-02
| | | | There is no need to keep it around for evaluating the data.
* Simplify step size choice.Anton Khirnov2018-04-27
|
* Add the simple time-antisym initial data family.Anton Khirnov2018-04-23
|
* Add a function for evaluating K_rthetaAnton Khirnov2018-04-22
|
* Fix logging functions.Anton Khirnov2018-04-22
|
* Rewrite constraint evaluation code.Anton Khirnov2018-04-22
| | | | Make it much more efficient and easier to add other seed functions.
* nlsolve: faster abort on divergenceAnton Khirnov2018-04-09
|
* Handle the upper solution branch.Anton Khirnov2018-04-07
|
* Add the remaining parts for teukolsky waves initial dataAnton Khirnov2018-02-09