aboutsummaryrefslogtreecommitdiff
path: root/libmg2d.v
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2019-05-23 11:39:59 +0200
committerAnton Khirnov <anton@khirnov.net>2019-05-23 11:41:31 +0200
commit5bd1bccffd411384b02ca772822d87fac126e67f (patch)
tree3a9494a87f93c4fa35063d47afdf294aa3b720aa /libmg2d.v
parent4c972cfc352ae5ba851cae142ca6fe594d88bc04 (diff)
mg2d: add support for MPI-based multi-component solves
For the moment, only the finest component is distributed, any coarser levels are gathered to rank 0. That should change in the future.
Diffstat (limited to 'libmg2d.v')
-rw-r--r--libmg2d.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmg2d.v b/libmg2d.v
index b4901a6..5c9f863 100644
--- a/libmg2d.v
+++ b/libmg2d.v
@@ -1,4 +1,4 @@
-LIBMG2D_12 {
+LIBMG2D_13 {
global: mg2d_*;
local: *;
};