We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7aae8d9 commit a3822f4Copy full SHA for a3822f4
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