From 2336a38ccccc4b972b2eb60ec30f543a49950e99 Mon Sep 17 00:00:00 2001 From: Nils Kohl <nils.kohl@fau.de> Date: Fri, 4 Oct 2024 10:21:56 +0200 Subject: [PATCH] Corrected k_divdiv map. --- operators-k_divdiv.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/operators-k_divdiv.toml b/operators-k_divdiv.toml index b3726435..94384551 100644 --- a/operators-k_divdiv.toml +++ b/operators-k_divdiv.toml @@ -35,4 +35,4 @@ quadrature = 3 form-space-args.coefficient_function_space = "P1" loop-strategy = "sawtooth" optimizations = ["moveconstants", "vectorize", "quadloops", "tabulate"] -blending = "IcosahedralShellMap" \ No newline at end of file +blending = "ParametricP2Map" \ No newline at end of file -- GitLab