From 86ad823b9ade211bfa9361b61571933aff1c9d24 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Tue, 23 Apr 2019 15:36:34 +0200 Subject: egs: merge residual calc and correct when possible Also, merge the reflect boundary condition into residual calc+add. Improves performance due to better locality. --- ell_grid_solve.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ell_grid_solve.h') diff --git a/ell_grid_solve.h b/ell_grid_solve.h index 8f984ce..6e59bf0 100644 --- a/ell_grid_solve.h +++ b/ell_grid_solve.h @@ -233,6 +233,6 @@ void mg2di_egs_free(EGSContext **ctx); * * @return 0 on success, a negative error code on failure. */ -int mg2di_egs_solve(EGSContext *ctx); +int mg2di_egs_solve(EGSContext *ctx, int export_res); #endif /* MG2D_ELL_GRID_SOLVE_H */ -- cgit v1.2.3