summaryrefslogtreecommitdiff
path: root/libmg2d.v
Commit message (Collapse)AuthorAge
* mg2d: make the refinement depth/exact solve size configurableAnton Khirnov2019-03-11
| | | | API bump
* Implement C/r falloff boundary condition.Anton Khirnov2019-03-04
| | | | API bump.
* 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.
* boundary: add public functions for querying boundary informationAnton Khirnov2019-02-06
| | | | | | Should allow treating boundaries in a generic manner. API bump
* Change the meaning of boundary location to make more sense.Anton Khirnov2019-02-05
| | | | API bump.
* mg2d: failer earlier when relaxation does not convergeAnton Khirnov2019-01-21
|
* mg2d: add a context variable to control the log levelAnton Khirnov2019-01-16
| | | | | | Simpler to use than overriding the log callback. API bump.
* mg2d: add a function for getting maximum supported fd_stencilAnton Khirnov2019-01-16
| | | | | | | This is needed for the caller to know the number of boundary zones that can be filled. API bump.
* mg2d: make the cfl factor runtime-configurableAnton Khirnov2019-01-13
|
* Add threading support through libthreadpool.Anton Khirnov2018-12-27
|
* Finish support for 4th order accuracy.Anton Khirnov2018-11-28
| | | | ABI and API break.
* Do not export private symbols in the shared object.Anton Khirnov2018-08-01