aboutsummaryrefslogtreecommitdiff
path: root/mg2d_test.c
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2019-01-25 16:16:17 +0100
committerAnton Khirnov <anton@khirnov.net>2019-01-25 17:01:20 +0100
commitd76687285a032e25cbd258035321cb8d6d8e0330 (patch)
tree658d4a98c471129dd193efec43a4e61dd65e841b /mg2d_test.c
parentc570c02ea4a427ed6dbf74652ba4f7936cb371e8 (diff)
mg2d: factor out the boundary condition-related API
Diffstat (limited to 'mg2d_test.c')
-rw-r--r--mg2d_test.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mg2d_test.c b/mg2d_test.c
index c04e824..6bdbb00 100644
--- a/mg2d_test.c
+++ b/mg2d_test.c
@@ -5,6 +5,8 @@
#include <string.h>
#include "mg2d.h"
+#include "mg2d_boundary.h"
+#include "mg2d_constants.h"
#define MAXITER 64
#define TOL 1e-9