Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
hyteg-operators
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hyteg
hyteg-operators
Commits
991e0e96
Commit
991e0e96
authored
1 year ago
by
Daniel Bauer
Browse files
Options
Downloads
Patches
Plain Diff
add curl-curl plus mass operator for scaling run
parent
7cd39496
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
generate/generate.py
+1
-1
1 addition, 1 deletion
generate/generate.py
generate/requirements.txt
+2
-2
2 additions, 2 deletions
generate/requirements.txt
operators.toml
+28
-19
28 additions, 19 deletions
operators.toml
with
31 additions
and
22 deletions
generate/generate.py
+
1
−
1
View file @
991e0e96
...
@@ -63,7 +63,7 @@ def generate_toplevel_cmake(
...
@@ -63,7 +63,7 @@ def generate_toplevel_cmake(
output_path
=
os
.
path
.
join
(
args
.
output
,
"
CMakeLists.txt
"
)
output_path
=
os
.
path
.
join
(
args
.
output
,
"
CMakeLists.txt
"
)
with
open
(
output_path
,
"
w
"
)
as
f
:
with
open
(
output_path
,
"
w
"
)
as
f
:
print
(
f
'
add_compile_options(
"
-Wno-shadow
"
)
'
,
file
=
f
)
#
print(f'add_compile_options( "-Wno-shadow" )', file=f)
print
(
f
""
,
file
=
f
)
print
(
f
""
,
file
=
f
)
print
(
f
"
if(NOT WALBERLA_DOUBLE_ACCURACY)
"
,
file
=
f
)
print
(
f
"
if(NOT WALBERLA_DOUBLE_ACCURACY)
"
,
file
=
f
)
print
(
f
'
add_compile_options(
"
-Wno-float-conversion
"
)
'
,
file
=
f
)
print
(
f
'
add_compile_options(
"
-Wno-float-conversion
"
)
'
,
file
=
f
)
...
...
This diff is collapsed.
Click to expand it.
generate/requirements.txt
+
2
−
2
View file @
991e0e96
--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@
2a830d525314b1ec1d718720534267c485b5a9a7
hfg @ git+ssh://git@i10git.cs.fau.de/terraneo/hyteg-form-generator.git@
aeeb7d4c4f99e59d208a8d09a51522a7093fd7ff
tomli >= 1.1.0 ; python_version < "3.11"
tomli >= 1.1.0 ; python_version < "3.11"
clang-format
#
clang-format
This diff is collapsed.
Click to expand it.
operators.toml
+
28
−
19
View file @
991e0e96
[[curl_curl]]
# [[curl_curl]]
# trial-space = "N1E1"
# test-space = "N1E1"
# dimensions = [3]
# quadrature = 0
# loop-strategy = "sawtooth"
# optimizations = ["moveconstants", "vectorize"]
[[curl_curl_plus_mass]]
trial-space
=
"N1E1"
trial-space
=
"N1E1"
test-space
=
"N1E1"
test-space
=
"N1E1"
form-space-args
=
{
alpha_fem_space
=
"P1"
,
beta_fem_space
=
"P1"
}
dimensions
=
[
3
]
dimensions
=
[
3
]
quadrature
=
0
quadrature
=
"xiao_gimbutas_02"
loop-strategy
=
"sawtooth"
loop-strategy
=
"sawtooth"
optimizations
=
[
"moveconstants"
,
"vectorize"
]
optimizations
=
[
"moveconstants"
,
"vectorize"
,
"quadloops"
,
"tabulate"
]
[[diffusion]]
#
[[diffusion]]
trial-space
=
"P1"
#
trial-space = "P1"
test-space
=
"P1"
#
test-space = "P1"
dimensions
=
[
2
,
3
]
#
dimensions = [2, 3]
quadrature
=
0
#
quadrature = 0
loop-strategy
=
"cubes"
#
loop-strategy = "cubes"
optimizations
=
[
"cutloops"
,
"moveconstants"
,
"vectorize"
]
#
optimizations = ["cutloops", "moveconstants", "vectorize"]
[[div_k_grad]]
[[div_k_grad]]
trial-space
=
"P1"
trial-space
=
"P1"
test-space
=
"P1"
test-space
=
"P1"
form-space-args.coefficient_function_space
=
"P1"
form-space-args.coefficient_function_space
=
"P1"
dimensions
=
[
2
,
3
]
dimensions
=
[
2
,
3
]
quadrature
=
2
quadrature
=
"xiao_gimbutas_01"
loop-strategy
=
"sawtooth"
loop-strategy
=
"sawtooth"
optimizations
=
[
"moveconstants"
,
"vectorize"
,
"quadloops"
]
optimizations
=
[
"moveconstants"
,
"vectorize"
,
"quadloops"
,
"tabulate"
]
[[div_k_grad]]
[[div_k_grad]]
trial-space
=
"P2"
trial-space
=
"P2"
...
@@ -32,10 +41,10 @@ quadrature = 2
...
@@ -32,10 +41,10 @@ quadrature = 2
loop-strategy
=
"sawtooth"
loop-strategy
=
"sawtooth"
optimizations
=
[
"moveconstants"
,
"vectorize"
,
"quadloops"
]
optimizations
=
[
"moveconstants"
,
"vectorize"
,
"quadloops"
]
[[mass]]
#
[[mass]]
trial-space
=
"P1"
#
trial-space = "P1"
test-space
=
"P1"
#
test-space = "P1"
dimensions
=
[
2
,
3
]
#
dimensions = [2, 3]
quadrature
=
2
#
quadrature = 2
loop-strategy
=
"sawtooth"
#
loop-strategy = "sawtooth"
optimizations
=
[
"moveconstants"
,
"vectorize"
,
"quadloops"
,
"tabulate"
]
#
optimizations = ["moveconstants", "vectorize", "quadloops", "tabulate"]
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment