Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-codegen
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
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Christian Heinigk
dune-codegen
Commits
f0ef08f8
Commit
f0ef08f8
authored
8 years ago
by
Dominic Kempf
Browse files
Options
Downloads
Patches
Plain Diff
Small cleanup
parent
2c9cdfc6
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
python/dune/perftool/sumfact/accumulation.py
+0
-1
0 additions, 1 deletion
python/dune/perftool/sumfact/accumulation.py
python/dune/perftool/sumfact/symbolic.py
+1
-1
1 addition, 1 deletion
python/dune/perftool/sumfact/symbolic.py
with
1 addition
and
2 deletions
python/dune/perftool/sumfact/accumulation.py
+
0
−
1
View file @
f0ef08f8
...
@@ -102,7 +102,6 @@ def generate_accumulation_instruction(visitor, accterm, measure, subdomain_id):
...
@@ -102,7 +102,6 @@ def generate_accumulation_instruction(visitor, accterm, measure, subdomain_id):
accumvar
=
accum
,
accumvar
=
accum
,
)
)
# TODO: Move this away!
from
dune.perftool.sumfact.vectorization
import
attach_vectorization_info
from
dune.perftool.sumfact.vectorization
import
attach_vectorization_info
sf
=
attach_vectorization_info
(
sf
)
sf
=
attach_vectorization_info
(
sf
)
...
...
This diff is collapsed.
Click to expand it.
python/dune/perftool/sumfact/symbolic.py
+
1
−
1
View file @
f0ef08f8
...
@@ -91,7 +91,7 @@ class SumfactKernel(ImmutableRecord, prim.Variable):
...
@@ -91,7 +91,7 @@ class SumfactKernel(ImmutableRecord, prim.Variable):
element: The UFL element
element: The UFL element
component: The treepath to the correct component of above element
component: The treepath to the correct component of above element
accumvar: The accumulation variable to accumulate into
accumvar: The accumulation variable to accumulate into
"""
"""
# Check the input and apply defaults where necessary
# Check the input and apply defaults where necessary
assert
isinstance
(
matrix_sequence
,
tuple
)
assert
isinstance
(
matrix_sequence
,
tuple
)
from
dune.perftool.sumfact.tabulation
import
BasisTabulationMatrixBase
from
dune.perftool.sumfact.tabulation
import
BasisTabulationMatrixBase
...
...
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