aboutsummaryrefslogtreecommitdiff
path: root/brill_data.c
Commit message (Collapse)AuthorAge
* A major rewrite.Anton Khirnov2015-04-14
| | | | | Split the code into multiple files, drop the GSL dependency, introduce configurable logging, random cleanups.
* Use atan2 instead of special handling of 0.Anton Khirnov2015-01-30
|
* Do not multiply the equation by rho.Anton Khirnov2014-12-08
| | | | Use a different way to avoid the coordinate singularity at origin.
* Rewrite an expression in a clearer way.Anton Khirnov2014-12-08
|
* Add a function for evaluating q.Anton Khirnov2014-12-02
|
* Drop commented out cruft.Anton Khirnov2014-12-01
|
* Add a function for evaluating the metric.Anton Khirnov2014-12-01
|
* Add a copyright header to the c file.Anton Khirnov2014-11-24
|
* Add a function for evaluating ψ.Anton Khirnov2014-11-01
|
* Initial commit.Anton Khirnov2014-10-30