From dd4431676255512e6baf08dcc8dac301c1b836a1 Mon Sep 17 00:00:00 2001 From: Marcus Mohr <marcus.mohr@lmu.de> Date: Mon, 14 Apr 2025 16:49:53 +0200 Subject: [PATCH] Update location of header P2PlusBubbleFunction.hpp in HyTeG Following MR hyteg/hyteg!887 the header file P2PlusBubbleFunction.hpp no longer resides in experimental, but in p2functionspace. --- .../function_space_implementations/p2_plus_bubble_space_impl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hog/operator_generation/function_space_implementations/p2_plus_bubble_space_impl.py b/hog/operator_generation/function_space_implementations/p2_plus_bubble_space_impl.py index 9f7e330..f0b594f 100644 --- a/hog/operator_generation/function_space_implementations/p2_plus_bubble_space_impl.py +++ b/hog/operator_generation/function_space_implementations/p2_plus_bubble_space_impl.py @@ -121,7 +121,7 @@ class P2PlusBubbleFunctionSpaceImpl(FunctionSpaceImpl): return f"P2PlusBubbleFunction< {self.type_descriptor.pystencils_type} >" def includes(self) -> Set[str]: - return {f"hyteg/experimental/P2PlusBubbleFunction.hpp"} + return {f"hyteg/p2functionspace/P2PlusBubbleFunction.hpp"} def dof_transformation( self, -- GitLab