Skip to content

Commit e485c9c

Browse files
committed
misc: Add todo:
1 parent b7c4082 commit e485c9c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

devito/petsc/iet/routines.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1389,7 +1389,10 @@ def _create_dmda(self, dmda):
13891389
# Number of degrees of freedom per node
13901390
args.append(dmda.dofs)
13911391
# "Stencil width" -> size of overlap
1392+
# TODO: Instead, this probably should be
1393+
# extracted from fielddata.target._size_outhalo?
13921394
stencil_width = self.fielddata.space_order
1395+
13931396
args.append(stencil_width)
13941397
args.extend([objs['Null']]*nspace_dims)
13951398

0 commit comments

Comments
 (0)