aboutsummaryrefslogtreecommitdiff
path: root/mg2d_test.c
Commit message (Collapse)AuthorAge
* mg2d: add API for specifying singular diff coeffs at the boundariesAnton Khirnov2019-06-13
| | | | API and ABI break.
* mg2d_test: scale the tolerance with step sizeAnton Khirnov2019-05-23
|
* Rename fixdiff boundary condition to reflect.Anton Khirnov2019-02-08
| | | | | | | This is what it actually does, we do not support setting arbitrary derivative values. API bump.
* mg2d_test: use the new boundary API to simplify codeAnton Khirnov2019-02-06
|
* mg2d_test: reduce the symmetry of the test problemAnton Khirnov2019-02-02
| | | | Should make for a more robust test.
* mg2d_test: add a test for fixed-derivative boundary conditionAnton Khirnov2019-01-29
| | | | Also test more terms in the equation.
* mg2d: factor out the boundary condition-related APIAnton Khirnov2019-01-25
|
* mg2d: add a context variable to control the log levelAnton Khirnov2019-01-16
| | | | | | Simpler to use than overriding the log callback. API bump.
* Add test programs for relaxation and full multigrid.Anton Khirnov2018-12-28