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
ef5ed708
Commit
ef5ed708
authored
2 months ago
by
Marcus Mohr
Browse files
Options
Downloads
Patches
Plain Diff
Generate 2D diffusion operator w/o blending for the P2PlusBubble FE space
parent
c3424009
Branches
improved_comm
No related tags found
1 merge request
!26
Draft: Ci/77667
Pipeline
#77666
passed
2 months ago
Stage: generate-child-pipeline
Stage: execute-child-pipeline
Pipeline: hyteg-operators
#77667
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
generate/generate.py
+1
-0
1 addition, 0 deletions
generate/generate.py
generate/requirements.txt
+2
-2
2 additions, 2 deletions
generate/requirements.txt
operators-diffusion.toml
+8
-0
8 additions, 0 deletions
operators-diffusion.toml
with
11 additions
and
2 deletions
generate/generate.py
+
1
−
0
View file @
ef5ed708
...
@@ -265,6 +265,7 @@ def generate_operator(
...
@@ -265,6 +265,7 @@ def generate_operator(
function_space
.
LagrangianFunctionSpace
(
2
,
symbolizer
)
function_space
.
LagrangianFunctionSpace
(
2
,
symbolizer
)
),
),
"
N1E1
"
:
function_space
.
N1E1Space
(
symbolizer
),
"
N1E1
"
:
function_space
.
N1E1Space
(
symbolizer
),
"
P2PlusBubble
"
:
function_space
.
P2PlusBubbleSpace
(
symbolizer
),
}
}
geometries
=
{
geometries
=
{
2
:
element_geometry
.
TriangleElement
(),
2
:
element_geometry
.
TriangleElement
(),
...
...
This diff is collapsed.
Click to expand it.
generate/requirements.txt
+
2
−
2
View file @
ef5ed708
--extra-index-url https://test.pypi.org/simple/
--extra-index-url https://test.pypi.org/simple/
# users with account on i10git.cs.fau.de can use ssh
# users with account on i10git.cs.fau.de can use ssh
# hog @ git+ssh://git@i10git.cs.fau.de/hyteg/hog@
5cecb2d0c7cfb2449f80f6069a4fb6b4b3cb312d
# hog @ git+ssh://git@i10git.cs.fau.de/hyteg/hog@
480cb0b5363ea1f4ba2be14d6a91cde5e2ddbdd2
# others should prefer https
# others should prefer https
hog @ git+https://i10git.cs.fau.de/hyteg/hog@
5cecb2d0c7cfb2449f80f6069a4fb6b4b3cb312d
hog @ git+https://i10git.cs.fau.de/hyteg/hog@
480cb0b5363ea1f4ba2be14d6a91cde5e2ddbdd2
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-diffusion.toml
+
8
−
0
View file @
ef5ed708
...
@@ -23,6 +23,14 @@ quadrature = 2
...
@@ -23,6 +23,14 @@ quadrature = 2
loop-strategy
=
"cubes"
loop-strategy
=
"cubes"
optimizations
=
[
"moveconstants"
,
"vectorize"
]
optimizations
=
[
"moveconstants"
,
"vectorize"
]
[[diffusion]]
trial-space
=
"P2PlusBubble"
test-space
=
"P2PlusBubble"
dimensions
=
[
2
]
quadrature
=
4
loop-strategy
=
"cubes"
optimizations
=
[
"moveconstants"
,
"vectorize"
]
[[diffusion]]
[[diffusion]]
trial-space
=
"P2"
trial-space
=
"P2"
test-space
=
"P2"
test-space
=
"P2"
...
...
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