Skip to content
Snippets Groups Projects
Commit afb34c3f authored by Nils Kohl's avatar Nils Kohl :full_moon_with_face:
Browse files

Updated HFG to 32b65e5ff4a27fb6395c0548e39c7d1f58c927e0, fixed minor API change issue.

parent a6d64def
No related branches found
No related tags found
1 merge request!3New operators (Epsilon, FullStokes), components, blending, cmake
Pipeline #62825 failed
...@@ -352,10 +352,9 @@ def generate_operator( ...@@ -352,10 +352,9 @@ def generate_operator(
dir_path = os.path.join(args.output, form_str) dir_path = os.path.join(args.output, form_str)
operator.generate_class_code( operator.generate_class_code(
dir_path, dir_path,
args.clang_format_binary,
loop_strategies[spec["loop-strategy"]], loop_strategies[spec["loop-strategy"]],
class_files=operators.CppClassFiles.HEADER_IMPL_AND_VARIANTS, class_files=operators.CppClassFiles.HEADER_IMPL_AND_VARIANTS,
clang_format=True, clang_format_binary=args.clang_format_binary,
) )
kernel_implementations = {} kernel_implementations = {}
......
--extra-index-url https://test.pypi.org/simple/ --extra-index-url https://test.pypi.org/simple/
hfg @ git+ssh://git@i10git.cs.fau.de/terraneo/hyteg-form-generator.git@11f5b9b20c11bbf90020d43a08ad9513c8edcf7a hfg @ git+ssh://git@i10git.cs.fau.de/terraneo/hyteg-form-generator.git@32b65e5ff4a27fb6395c0548e39c7d1f58c927e0
tomli >= 1.1.0 ; python_version < "3.11" tomli >= 1.1.0 ; python_version < "3.11"
clang-format clang-format
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment