summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Solve the discretized system exactly on the coarsest level.Anton Khirnov2019-01-26
* ell_relax -> ell_grid_solveAnton Khirnov2019-01-26
* mg2d: factor out the boundary condition-related APIAnton Khirnov2019-01-25
* Stop duplicating some constants between ell_relax and mg2d.Anton Khirnov2019-01-25
* mg2d: split the constant definitions into their own headerAnton Khirnov2019-01-25
* ell_relax: implement correct handling of the boundary cornersAnton Khirnov2019-01-25
* mg2d: log the convergence factors after relax/correctAnton Khirnov2019-01-22
* mg2d: fix typoAnton Khirnov2019-01-21
* mg2d: failer earlier when relaxation does not convergeAnton Khirnov2019-01-21
* mg2d: check and propagate the error from mg_solve_subgrid()Anton Khirnov2019-01-21
* mg2d: factor out the relaxation step callAnton Khirnov2019-01-16
* mg2d: add a context variable to control the log levelAnton Khirnov2019-01-16
* log: allow specifying a NULL callback to disable loggingAnton Khirnov2019-01-16
* mg2d: add a function for getting maximum supported fd_stencilAnton Khirnov2019-01-16
* 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
* residual_calc.asm: fix partial storesAnton Khirnov2019-01-13
* residual_calc.asm: calculate x*=16 by x*=8; x+=xAnton Khirnov2019-01-13
* mg2d: make the cfl factor runtime-configurableAnton Khirnov2019-01-13
* residual_calc.asm: implement writing partial blocksAnton Khirnov2019-01-10
* residual_calc.asm: templatize the entire residual computationAnton Khirnov2019-01-10
* residual_calc.asm: templatize computing the mixed derivativeAnton Khirnov2019-01-10
* residual_calc.asm: templatize computing non-mixed derivativesAnton Khirnov2019-01-10
* residual_calc.asm: make mm register use more consistent between s1 and s2Anton Khirnov2019-01-10
* residual_calc.asm: make register use in s1 more similar to s2Anton Khirnov2019-01-10
* residual_calc.asm: reduce the use of magic constantsAnton Khirnov2019-01-10
* residual_calc.asm: reduce register use in the s1 variantAnton Khirnov2019-01-10
* mg2d: ignore padding values in findmax()Anton Khirnov2019-01-09
* mg2d: remove a mistakenly committed hunk.Anton Khirnov2018-12-28
* Add a licence file.Anton Khirnov2018-12-28
* Add test programs for relaxation and full multigrid.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
* ell_relax: add AVX SIMD for residual_calcAnton Khirnov2018-12-27
* ell_relax: rewrite residual calculationAnton Khirnov2018-12-27
* Add CPU feature detection.Anton Khirnov2018-12-27
* meson.build: add rules for building with nasmAnton Khirnov2018-12-21
* Switch to meson build system.Anton Khirnov2018-12-20
* ell_relax: factor out the residual calculation kernelAnton Khirnov2018-12-19
* ell_relax: make the time stepping factor configurableAnton Khirnov2018-12-19
* 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
* higher finite difference orderAnton Khirnov2018-08-07