aboutsummaryrefslogtreecommitdiff
path: root/mg2d_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'mg2d_test.c')
-rw-r--r--mg2d_test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mg2d_test.c b/mg2d_test.c
index ec21d7d..f840363 100644
--- a/mg2d_test.c
+++ b/mg2d_test.c
@@ -120,6 +120,7 @@ int main(int argc, char **argv)
ctx->nb_relax_post = 2;
ctx->tol = TOL / (ctx->step[0] * ctx->step[1]);
ctx->nb_threads = 1;
+ ctx->adaptive_step = 1;
ctx->log_level = MG2D_LOG_INFO;
for (int bnd_loc = 0; bnd_loc < ARRAY_ELEMS(ctx->boundaries); bnd_loc++) {