summaryrefslogtreecommitdiff
path: root/ell_relax.h
Commit message (Collapse)AuthorAge
* ell_relax -> ell_grid_solveAnton Khirnov2019-01-26
| | | | | Generalize the API to allow for multiple solver types. This is done in preparation for the exact linear system inversion solver.
* mg2d: factor out the boundary condition-related APIAnton Khirnov2019-01-25
|
* Stop duplicating some constants between ell_relax and mg2d.Anton Khirnov2019-01-25
|
* ell_relax: compute the residual norm in residual_calc()Anton Khirnov2019-01-13
| | | | It is cheap and avoids an extra step in mg2d.
* Add threading support through libthreadpool.Anton Khirnov2018-12-27
|
* Add CPU feature detection.Anton Khirnov2018-12-27
| | | | Will be used for dynamically dispatching future asm functions.
* ell_relax: make the time stepping factor configurableAnton Khirnov2018-12-19
| | | | And use different defaults for different FD stencils.
* Finish support for 4th order accuracy.Anton Khirnov2018-11-28
| | | | ABI and API break.
* Add a function to measure timings for benchmarking.Anton Khirnov2018-09-26
|
* Better names for the boundary locations.Anton Khirnov2018-08-02
|
* Initial commit.Anton Khirnov2018-07-30