aboutsummaryrefslogtreecommitdiff
path: root/mg2d.h
Commit message (Expand)AuthorAge
* mg2d: add MG2DContext.adaptive_stepAnton Khirnov9 days
* mg2d: export the residual norm to the callerAnton Khirnov2020-01-20
* mg2d: add a designated error code for reaching maxiterAnton Khirnov2020-01-20
* mg2d: make init_guess() MPI-awareAnton Khirnov2019-06-29
* mg2d: add API for specifying singular diff coeffs at the boundariesAnton Khirnov2019-06-13
* mg2d: export the local component extents in public APIAnton Khirnov2019-06-02
* mg2d: add support for MPI-based multi-component solvesAnton Khirnov2019-05-23
* 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
* mg2d: factor out the boundary condition-related APIAnton Khirnov2019-01-25
* mg2d: split the constant definitions into their own headerAnton Khirnov2019-01-25
* mg2d: failer earlier when relaxation does not convergeAnton Khirnov2019-01-21
* mg2d: add a context variable to control the log levelAnton Khirnov2019-01-16
* mg2d: add a function for getting maximum supported fd_stencilAnton Khirnov2019-01-16
* mg2d: make the cfl factor runtime-configurableAnton Khirnov2019-01-13
* Add threading support through libthreadpool.Anton Khirnov2018-12-27
* mg2d: define log levelsAnton Khirnov2018-12-06
* Finish support for 4th order accuracy.Anton Khirnov2018-11-28
* Add a function to measure timings for benchmarking.Anton Khirnov2018-09-26
* Better names for the boundary locations.Anton Khirnov2018-08-02
* Add support for non-power-of-2 sized grids.Anton Khirnov2018-08-01
* Implement the multigrid scheme.Anton Khirnov2018-08-01