We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7aae8d9 commit 812b7fdCopy full SHA for 812b7fd
1 file changed
devito/ir/equations/algorithms.py
@@ -339,3 +339,4 @@ def _(d, mapper, rebuilt, sregistry):
339
kwargs['functions'] = functions
340
341
mapper[d] = d._rebuild(**kwargs)
342
+ mapper.update({tkn0: tkn1 for tkn0, tkn1 in zip(d.thickness, tkns, strict=True)})
0 commit comments