summaryrefslogtreecommitdiff
path: root/ell_grid_solve.c
Commit message (Expand)AuthorAge
* egs: add higher-order finite difference operatorstmpAnton Khirnov2019-06-14
* egs: optimize the correction stepAnton Khirnov2019-04-02
* egs: optimize applying reflection boundariesAnton Khirnov2019-04-02
* mg2d: extend stats loggingAnton Khirnov2019-04-01
* egs_exact: do not construct the matrix more often than necessaryAnton Khirnov2019-03-26
* egs_exact: avoid explicit matrix transpoeAnton Khirnov2019-03-26
* egs_exact: get rid of an unnecessary function parameterAnton Khirnov2019-03-25
* egs_exact: parallelize matrix constructionAnton Khirnov2019-03-25
* egs: reindentAnton Khirnov2019-03-25
* egs: add more timersAnton Khirnov2019-03-25
* egs: only apply the fixval condition when it is non-zero and on initAnton Khirnov2019-03-25
* egs: apply the boundary conditions in the correct orderAnton Khirnov2019-03-25
* egs: zero u on allocationAnton Khirnov2019-03-25
* ell_grid_solve: switch to ndarray in its external APIAnton Khirnov2019-03-22
* ell_grid_solve: use ndarray API for allocating internal arraysAnton Khirnov2019-03-21
* ell_grid_solve: use BiCGSTAB to speed up exact solvesAnton Khirnov2019-03-18
* ell_grid_solve: remove unused variableAnton Khirnov2019-03-11
* ell_grid_solve: initialize diff_coeffs to 0Anton Khirnov2019-03-04
* Implement C/r falloff boundary condition.Anton Khirnov2019-03-04
* ell_grid_solve: do not read from outside of allocated boundary valuesAnton Khirnov2019-02-24
* ell_grid_solve: do not read from possibly-uninitialized boundary layerAnton Khirnov2019-02-08
* Rename fixdiff boundary condition to reflect.Anton Khirnov2019-02-08
* ell_grid_solve: use the new boundary API to simplify codeAnton Khirnov2019-02-06
* Change the meaning of boundary location to make more sense.Anton Khirnov2019-02-05
* mg2d: print stats properly for exact solvesAnton Khirnov2019-02-02
* ell_grid_solve: split residual computation into its own fileAnton Khirnov2019-01-30
* mg2d: account for effect of the ~u term on the relaxation factorAnton Khirnov2019-01-29
* Fix callback type mismatchAnton Khirnov2019-01-29
* ell_grid_solve: remove unused variablesAnton Khirnov2019-01-29
* ell_grid_solve: add missing headerAnton Khirnov2019-01-29
* Solve the discretized system exactly on the coarsest level.Anton Khirnov2019-01-26
* ell_relax -> ell_grid_solveAnton Khirnov2019-01-26