aboutsummaryrefslogtreecommitdiff
path: root/mg2d_constants.h
Commit message (Collapse)AuthorAge
* mg2d: add a designated error code for reaching maxiterAnton Khirnov2020-01-20
| | | | | Allows to reliably distinguish it from other error cases. Also specify that the values of u are defined for this error code.
* mg2d: factor out the boundary condition-related APIAnton Khirnov2019-01-25
|
* mg2d: split the constant definitions into their own headerAnton Khirnov2019-01-25
This will allow sharing them with ell_relax.