aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Update citation information in README.HEADmasterAnton Khirnov2021-10-10
|
* tests/ham_constraint: use python3Anton Khirnov2021-07-23
|
* eval: fix evaluating undifferentiated ψ in cylindrical coordinatesAnton Khirnov2021-07-23
|
* brill_data.py: Python 3 compatibilityAnton Khirnov2021-07-20
|
* Makefile: fix linking flag orderAnton Khirnov2021-07-20
|
* Makefile: allow overriding ccAnton Khirnov2020-07-26
|
* Update x86inc.asm.Anton Khirnov2020-07-26
| | | | Also, switch from nasm to yasm.
* Use cc for linking the library.Anton Khirnov2017-08-12
|
* Add support for off-centered waves.Anton Khirnov2017-07-28
| | | | Bump SONAME due to ABI break.
* solve: fix a typo in coefficients allocationAnton Khirnov2017-07-27
|
* Add a new test.Anton Khirnov2017-07-25
|
* Add the .d files to gitignore/clean target.Anton Khirnov2017-07-25
|
* python wrapper: allow retrieving the amplitude from the BDContext objectAnton Khirnov2017-07-25
|
* python wrapper: use a correct return type for bd_context_alloc()Anton Khirnov2017-07-25
|
* Update documentation.Anton Khirnov2017-06-30
|
* Export the number of threads in the python wrapper.Anton Khirnov2017-06-30
|
* Refactor conformal factor evaluation.Anton Khirnov2017-06-30
|
* Add a threadpool implementation.Anton Khirnov2017-06-30
|
* Switch to polar coordinates in the solver.Anton Khirnov2016-08-28
|
* basis: add the basis of even cosinesAnton Khirnov2016-08-28
|
* eval: refactor evaluating the metricAnton Khirnov2016-08-28
|
* basis: disentangle the API from the global solver APIAnton Khirnov2016-08-28
|
* qfunc: disentangle the API from the global solver APIAnton Khirnov2016-08-28
|
* solve: export aligned coefficientsAnton Khirnov2016-08-28
|
* qfunc: fix typo in a commentAnton Khirnov2016-03-09
|
* Prepare for radial basis.Anton Khirnov2015-10-01
|
* 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
|
* python wrapper: fix array orderAnton Khirnov2014-12-08
|
* Add tests.Anton Khirnov2014-12-08
|
* Add a function for evaluating q.Anton Khirnov2014-12-02
|
* Add double inclusion guards to the header.Anton Khirnov2014-12-01
|
* Add a Python interface.Anton Khirnov2014-12-01
|
* Drop commented out cruft.Anton Khirnov2014-12-01
|
* Add readme, licence and gitignore files.Anton Khirnov2014-12-01
|
* Makefile: add an indirection for object filesAnton 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
|
* Add more documentation.Anton Khirnov2014-11-01
|
* Add a Makefile and a linker versioning script.Anton Khirnov2014-11-01
|
* Initial commit.Anton Khirnov2014-10-30