summaryrefslogtreecommitdiff
path: root/meson.build
Commit message (Collapse)AuthorAge
* Solve the discretized system exactly on the coarsest level.Anton Khirnov2019-01-26
|
* 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
|
* Add test programs for relaxation and full multigrid.Anton Khirnov2018-12-28
|
* ell_relax: add AVX SIMD for residual_calcAnton Khirnov2018-12-27
|
* Add CPU feature detection.Anton Khirnov2018-12-27
| | | | Will be used for dynamically dispatching future asm functions.
* meson.build: add rules for building with nasmAnton Khirnov2018-12-21
| | | | Preparation for adding SIMD.
* Switch to meson build system.Anton Khirnov2018-12-20