Skip to content
Snippets Groups Projects
Commit 72de93d3 authored by Dominic Kempf's avatar Dominic Kempf
Browse files

Adjust vectorization for systems

parent ea187869
No related branches found
No related tags found
No related merge requests found
......@@ -168,7 +168,7 @@ class SumfactKernel(SumfactKernelBase, ImmutableRecord, prim.Variable):
work on the same input coefficient (and are suitable for simultaneous
treatment because of that)
"""
return (self.input, self.restriction, self.accumvar)
return (self.input, self.restriction, self.accumvar, self.trial_element_index)
#
# Some convenience methods to extract information about the sum factorization kernel
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment