We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7c4082 commit e485c9cCopy full SHA for e485c9c
1 file changed
devito/petsc/iet/routines.py
@@ -1389,7 +1389,10 @@ def _create_dmda(self, dmda):
1389
# Number of degrees of freedom per node
1390
args.append(dmda.dofs)
1391
# "Stencil width" -> size of overlap
1392
+ # TODO: Instead, this probably should be
1393
+ # extracted from fielddata.target._size_outhalo?
1394
stencil_width = self.fielddata.space_order
1395
+
1396
args.append(stencil_width)
1397
args.extend([objs['Null']]*nspace_dims)
1398
0 commit comments