aboutsummaryrefslogtreecommitdiff
path: root/relax_test.c
Commit message (Collapse)AuthorAge
* Switch to external ndarray library.Anton Khirnov2020-06-25
|
* relax_test: fix getting the residual normAnton Khirnov2019-05-12
|
* egs: allow the same context to be used for both relaxation and exact solvesAnton Khirnov2019-05-06
|
* egs: merge residual calc and correct when possibleAnton Khirnov2019-04-24
| | | | | Also, merge the reflect boundary condition into residual calc+add. Improves performance due to better locality.
* egs_exact: do not construct the matrix more often than necessaryAnton Khirnov2019-03-26
| | | | It does not change unless the diff coeffs change.
* ell_grid_solve: switch to ndarray in its external APIAnton Khirnov2019-03-22
|
* relax_test: use the new boundary API to simplify codeAnton Khirnov2019-02-06
|
* relax_test: allow running just one iterationAnton Khirnov2019-01-29
|
* 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
|
* Stop duplicating some constants between ell_relax and mg2d.Anton Khirnov2019-01-25
|
* Add test programs for relaxation and full multigrid.Anton Khirnov2018-12-28