aboutsummaryrefslogtreecommitdiff
path: root/mg2d.h
diff options
context:
space:
mode:
Diffstat (limited to 'mg2d.h')
-rw-r--r--mg2d.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/mg2d.h b/mg2d.h
index f697b76..834e717 100644
--- a/mg2d.h
+++ b/mg2d.h
@@ -302,4 +302,9 @@ void mg2d_solver_free(MG2DContext **ctx);
*/
void mg2d_print_stats(MG2DContext *ctx, const char *prefix);
+/**
+ * @return maximum supported value of fd_stencil.
+ */
+unsigned int mg2d_max_fd_stencil(void);
+
#endif /* MG2D_H */