Skip to content
Snippets Groups Projects
Verified Commit dd443167 authored by Marcus Mohr's avatar Marcus Mohr
Browse files

Update location of header P2PlusBubbleFunction.hpp in HyTeG

Following MR hyteg!887 the header file P2PlusBubbleFunction.hpp
no longer resides in experimental, but in p2functionspace.
parent c9487067
No related branches found
No related tags found
1 merge request!46Update location of header P2PlusBubbleFunction.hpp in HyTeG
Pipeline #77995 passed with warnings
...@@ -121,7 +121,7 @@ class P2PlusBubbleFunctionSpaceImpl(FunctionSpaceImpl): ...@@ -121,7 +121,7 @@ class P2PlusBubbleFunctionSpaceImpl(FunctionSpaceImpl):
return f"P2PlusBubbleFunction< {self.type_descriptor.pystencils_type} >" return f"P2PlusBubbleFunction< {self.type_descriptor.pystencils_type} >"
def includes(self) -> Set[str]: def includes(self) -> Set[str]:
return {f"hyteg/experimental/P2PlusBubbleFunction.hpp"} return {f"hyteg/p2functionspace/P2PlusBubbleFunction.hpp"}
def dof_transformation( def dof_transformation(
self, self,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment