aboutsummaryrefslogtreecommitdiff
path: root/libmg2d.v
Commit message (Collapse)AuthorAge
* mg2d: add MG2DContext.adaptive_stepAnton Khirnov2024-04-16
| | | | Unused, for API compatibility with the adaptive step branch.
* mg2d: make init_guess() MPI-awareAnton Khirnov2019-06-29
| | | | API and ABI break.
* mg2d: add support for MPI-based multi-component solvesAnton Khirnov2019-05-23
| | | | | For the moment, only the finest component is distributed, any coarser levels are gathered to rank 0. That should change in the future.
* mg2d: add API for interpolating an initial guess from a provided gridAnton Khirnov2019-04-02
|
* 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