aboutsummaryrefslogtreecommitdiff
path: root/meson.build
Commit message (Collapse)AuthorAge
* Switch from meson to configure+make.Anton Khirnov2024-04-15
| | | | Meson is an extra dependency and generally sucks.
* meson.build: add a trailing slash to asm include pathAnton Khirnov2020-07-13
| | | | Required by earlier nasm versions.
* Switch to external ndarray library.Anton Khirnov2020-06-25
|
* mg2d: add support for MPI-based multi-component solvesAnton Khirnov2019-05-23
| | | | | For the moment, only the finest component is distributed, any coarser levels are gathered to rank 0. That should change in the future.
* egs: add support for MPI-based multi-component solvesAnton Khirnov2019-05-23
|
* Add and use a new timer API.Anton Khirnov2019-04-19
|
* egs: optimize the correction stepAnton Khirnov2019-04-02
|
* Add a new separate module for grid transfers/interpolation.Anton Khirnov2019-03-23
|
* ndarray: add new API for n-dimensional arraysAnton Khirnov2019-03-21
|
* ell_grid_solve: use BiCGSTAB to speed up exact solvesAnton Khirnov2019-03-18
|
* Implement C/r falloff boundary condition.Anton Khirnov2019-03-04
| | | | API bump.
* meson.build: link-depend on the symbol visibility linker scriptAnton Khirnov2019-02-05
|
* ell_grid_solve: split residual computation into its own fileAnton Khirnov2019-01-30
|
* 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