From d519d82a3e4b32944b77b1ae26cfefa45ec29d71 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Sat, 26 Jan 2019 10:19:30 +0100 Subject: ell_relax -> ell_grid_solve Generalize the API to allow for multiple solver types. This is done in preparation for the exact linear system inversion solver. --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index edd3b6f..fb20156 100644 --- a/meson.build +++ b/meson.build @@ -6,7 +6,7 @@ add_project_arguments('-D_XOPEN_SOURCE=700', language : 'c') lib_src = [ 'boundary.c', 'cpu.c', - 'ell_relax.c', + 'ell_grid_solve.c', 'log.c', 'mg2d.c', ] -- cgit v1.2.3