aboutsummaryrefslogtreecommitdiff
path: root/mg2d.c
Commit message (Collapse)AuthorAge
* Add CPU feature detection.Anton Khirnov2018-12-27
| | | | Will be used for dynamically dispatching future asm functions.
* 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
| | | | ABI and API break.
* 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