aboutsummaryrefslogtreecommitdiff
path: root/mg2d.c
Commit message (Expand)AuthorAge
...
* mg2d: ignore padding values in findmax()Anton Khirnov2019-01-09
* mg2d: remove a mistakenly committed hunk.Anton Khirnov2018-12-28
* mg2d: factor out restriction/prolongation callsAnton Khirnov2018-12-28
* mg2d: print the overhead time in statsAnton Khirnov2018-12-28
* mg2d: do not select the first coarser level too close to the finest oneAnton Khirnov2018-12-28
* mg2d: simplify and speed up prolongationAnton Khirnov2018-12-27
* Add threading support through libthreadpool.Anton Khirnov2018-12-27
* mg2d: initialize the solver stepsize before it is usedAnton Khirnov2018-12-27
* Add CPU feature detection.Anton Khirnov2018-12-27
* mg2d: define log levelsAnton Khirnov2018-12-06
* mg2d: enforce a minimum domain size of 3 pointsAnton Khirnov2018-12-05
* mg2d: check the domain size validity earlierAnton Khirnov2018-12-05
* Finish support for 4th order accuracy.Anton Khirnov2018-11-28
* Add a function to measure timings for benchmarking.Anton Khirnov2018-09-26
* mg2d: fix boundary values allocationAnton Khirnov2018-08-07
* mg2d: use injection for diff coeffs restrictionAnton Khirnov2018-08-07
* mg2d: actually initialize u to zero as documentedAnton Khirnov2018-08-07
* Add support for non-power-of-2 sized grids.Anton Khirnov2018-08-01
* Implement the multigrid scheme.Anton Khirnov2018-08-01