Skip to content
Snippets Groups Projects
Commit 3049d1fd authored by René Heß's avatar René Heß
Browse files

Fix bug and rename fastdgf tests

This makes the order of 'gradvec' and 'quadvec' consistent with the
other tests.
parent d3ed7056
No related branches found
No related tags found
No related merge requests found
...@@ -94,7 +94,7 @@ def pymbolic_trialfunction_gradient(element, restriction, component, visitor): ...@@ -94,7 +94,7 @@ def pymbolic_trialfunction_gradient(element, restriction, component, visitor):
insn_dep = frozenset({Writes(inp)}) insn_dep = frozenset({Writes(inp)})
# TODO: fastdg and vectorization # TODO: fastdg and vectorization
if get_option('fastdg') and index is not None: if get_option('fastdg') and index is None:
# Name of direct input, shape and globalarg is set in sum_factorization_kernel # Name of direct input, shape and globalarg is set in sum_factorization_kernel
direct_input = name_coefficientcontainer(restriction) direct_input = name_coefficientcontainer(restriction)
else: else:
......
__name = sumfact_poisson_fastdg_{__exec_suffix} __name = sumfact_poisson_fastdg_{__exec_suffix}
__exec_suffix = {gradvec_suffix}_{quadvec_suffix} __exec_suffix = {quadvec_suffix}_{gradvec_suffix}
gradvec_suffix = gradvec, nongradvec | expand gradvec
quadvec_suffix = quadvec, nonquadvec | expand quadvec quadvec_suffix = quadvec, nonquadvec | expand quadvec
gradvec_suffix = gradvec, nongradvec | expand gradvec
cells = 16 16 cells = 16 16
extension = 1. 1. extension = 1. 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