aboutsummaryrefslogtreecommitdiff
path: root/mg2d.c
Commit message (Expand)AuthorAge
* mg2d: add MG2DContext.adaptive_stepAnton Khirnov10 days
* mg2d: use correct strideAnton Khirnov11 days
* mg2d: avoid leaks in mg_dh_init()Anton Khirnov2020-07-12
* mg2d: add logging to some error pathsAnton Khirnov2020-07-11
* Switch to external ndarray library.Anton Khirnov2020-06-25
* mg2d: create a per-level logging contextAnton Khirnov2020-01-26
* mg2d: export the residual norm to the callerAnton Khirnov2020-01-20
* mg2d: add a designated error code for reaching maxiterAnton Khirnov2020-01-20
* mg2d: calculate the cfl from continuous diff coeffsAnton Khirnov2019-07-06
* mg2d: reduce restriction order to 1Anton Khirnov2019-06-29
* egs: sync the residual maximum across components.Anton Khirnov2019-06-29
* transfer: implement and use 1D interpolationAnton Khirnov2019-06-29
* mg2d: make init_guess() MPI-awareAnton Khirnov2019-06-29
* mg2d: add API for specifying singular diff coeffs at the boundariesAnton Khirnov2019-06-13
* mg2d: relax condition on divergenceAnton Khirnov2019-06-13
* mg2d: implement multicomponent solves for coarser levelsAnton Khirnov2019-06-13
* mg2d: do not pass NULL as a dummy MPI datatypeAnton Khirnov2019-06-04
* mg2d: use the all-comp global residual norm for divergence testingAnton Khirnov2019-06-04
* mg2d: export the local component extents in public APIAnton Khirnov2019-06-02
* mg2d: add support for MPI-based multi-component solvesAnton Khirnov2019-05-23
* egs: add support for MPI-based multi-component solvesAnton Khirnov2019-05-23
* Make the ghost points explicit in prolongationAnton Khirnov2019-05-21
* transfer: unify the code for full-weighted transferAnton Khirnov2019-05-17
* egs: allow the same context to be used for both relaxation and exact solvesAnton Khirnov2019-05-06
* mg2d: print stats regardless of the selected log levelAnton Khirnov2019-04-24
* mg2d: set egs init flags properly in all casesAnton Khirnov2019-04-24
* egs: merge residual calc and correct when possibleAnton Khirnov2019-04-24
* Add and use a new timer API.Anton Khirnov2019-04-19
* mg2d: timer improvementsAnton Khirnov2019-04-19
* mg2d: add higher-order interpolation operatorsAnton Khirnov2019-04-09
* mg2d: do not crash if print_stats() is called before any solvesAnton Khirnov2019-04-07
* mg2d: add API for interpolating an initial guess from a provided gridAnton Khirnov2019-04-02
* mg2d: track the time spent initializing the levelsAnton Khirnov2019-04-02
* mg2d: extend stats loggingAnton Khirnov2019-04-01
* egs_exact: do not construct the matrix more often than necessaryAnton Khirnov2019-03-26
* egs_exact: avoid explicit matrix transpoeAnton Khirnov2019-03-26
* mg2d: do not leak the diff_coeffs interpolatorAnton Khirnov2019-03-26
* egs: add more timersAnton Khirnov2019-03-25
* mg2d: use appropriate full-weighted restriction for 3rd order FDsAnton Khirnov2019-03-25
* mg2d: use the new transfer API for inter-grid transfersAnton Khirnov2019-03-25
* mg2d: use ndarray for internal arraysAnton Khirnov2019-03-22
* ell_grid_solve: switch to ndarray in its external APIAnton Khirnov2019-03-22
* mg2d: remove unused variable.Anton Khirnov2019-03-18
* mg2d: add bicubic prolongation and generic interpolationAnton Khirnov2019-03-18
* mg2d: make the refinement depth/exact solve size configurableAnton Khirnov2019-03-11
* mg2d: allocate separate data arrays for the multigrid layerAnton Khirnov2019-03-11
* mg2d: remove unused variableAnton Khirnov2019-03-11
* mg2d: refactor levels allocationAnton Khirnov2019-03-04
* mg2d: be less strict for converging to machine epsilonAnton Khirnov2019-03-04
* mg2d: fail if the residual grows too much from the original oneAnton Khirnov2019-03-04