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

fixup

parent 8881feb6
No related branches found
No related tags found
No related merge requests found
......@@ -90,6 +90,9 @@ def pymbolic_coefficient_gradient(element, restriction, component, coeff_func, v
from dune.perftool.sumfact.vectorization import attach_vectorization_info
sf = attach_vectorization_info(sf)
if i != sf.index:
direct_indexing_is_possible = False
# Add a sum factorization kernel that implements the
# evaluation of the gradients of basis functions at quadrature
# points (stage 1)
......
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