aboutsummaryrefslogtreecommitdiff
path: root/ell_relax.c
Commit message (Expand)AuthorAge
* 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: implement correct handling of the boundary cornersAnton Khirnov2019-01-25
* ell_relax: compute the residual norm in residual_calc()Anton Khirnov2019-01-13
* ell_relax: do not calculate the residual at the fixed-val boundariesAnton Khirnov2019-01-13
* Add threading support through libthreadpool.Anton Khirnov2018-12-27
* ell_relax: add AVX SIMD for residual_calcAnton Khirnov2018-12-27
* ell_relax: rewrite residual calculationAnton Khirnov2018-12-27
* ell_relax: factor out the residual calculation kernelAnton Khirnov2018-12-19
* ell_relax: make the time stepping factor configurableAnton Khirnov2018-12-19
* Finish support for 4th order accuracy.Anton Khirnov2018-11-28
* Add a function to measure timings for benchmarking.Anton Khirnov2018-09-26
* higher finite difference orderAnton Khirnov2018-08-07
* ell_relax: fill in the corner ghostpointsAnton Khirnov2018-08-07
* ell_relax: fill in boundary ghosts for fixval boundaries as wellAnton Khirnov2018-08-07
* ell_relax: fix index nameAnton Khirnov2018-08-07
* Better names for the boundary locations.Anton Khirnov2018-08-02
* Use a more efficient relaxation factor.Anton Khirnov2018-08-01
* Initial commit.Anton Khirnov2018-07-30