From e1474028b17651bd9ad75c366ad1bb46aab63a8f Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Sun, 12 May 2019 13:33:04 +0200 Subject: Make the ghost points explicit in prolongation --- ell_grid_solve.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ell_grid_solve.h') diff --git a/ell_grid_solve.h b/ell_grid_solve.h index 601eac9..7ce61a0 100644 --- a/ell_grid_solve.h +++ b/ell_grid_solve.h @@ -155,6 +155,11 @@ typedef struct EGSContext { */ NDArray *u; + /** + * u including the ghost zones. + */ + NDArray *u_base; + /** * Values of the right-hand side. * -- cgit v1.2.3