summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* ell_relax: factor out the residual calculation kernelAnton Khirnov2018-12-19
|
* ell_relax: make the time stepping factor configurableAnton Khirnov2018-12-19
| | | | And use different defaults for different FD stencils.
* 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
| | | | ABI and API break.
* Add a function to measure timings for benchmarking.Anton Khirnov2018-09-26
|
* higher finite difference orderAnton Khirnov2018-08-07
|
* mg2d: fix boundary values allocationAnton Khirnov2018-08-07
|
* mg2d: use injection for diff coeffs restrictionAnton Khirnov2018-08-07
|
* ell_relax: fill in the corner ghostpointsAnton Khirnov2018-08-07
|
* ell_relax: fill in boundary ghosts for fixval boundaries as wellAnton Khirnov2018-08-07
|
* ell_relax: fix index nameAnton Khirnov2018-08-07
|
* mg2d: actually initialize u to zero as documentedAnton Khirnov2018-08-07
|
* Better names for the boundary locations.Anton Khirnov2018-08-02
|
* Do not export private symbols in the shared object.Anton Khirnov2018-08-01
|
* Add support for non-power-of-2 sized grids.Anton Khirnov2018-08-01
|
* Implement the multigrid scheme.Anton Khirnov2018-08-01
|
* Use a more efficient relaxation factor.Anton Khirnov2018-08-01
|
* Initial commit.Anton Khirnov2018-07-30