We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71b57a3 commit cdf9c43Copy full SHA for cdf9c43
1 file changed
devito/petsc/equations.py
@@ -27,7 +27,7 @@ def constrain_essential_bcs(expressions, **kwargs):
27
if not constrain_expressions:
28
return expressions
29
30
- # TODO: potentially re-think how I extract the halo size
+ # TODO: rethink
31
halo_size = {e.target.function._size_halo for e in constrain_expressions}
32
assert len(halo_size) == 1
33
halo_size = halo_size.pop()
0 commit comments