aboutsummaryrefslogtreecommitdiff
path: root/ell_grid_solve.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2019-04-23 15:36:34 +0200
committerAnton Khirnov <anton@khirnov.net>2019-04-24 14:44:36 +0200
commit86ad823b9ade211bfa9361b61571933aff1c9d24 (patch)
tree7a44acde9b11a9958b953f50927441318c2beb5e /ell_grid_solve.h
parent580740356c44658620bff6f9ddd8a006f04c31fc (diff)
egs: merge residual calc and correct when possible
Also, merge the reflect boundary condition into residual calc+add. Improves performance due to better locality.
Diffstat (limited to 'ell_grid_solve.h')
-rw-r--r--ell_grid_solve.h2
1 files changed, 1 insertions, 1 deletions
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 */