Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-grid
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
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
Show more breadcrumbs
Core Modules
dune-grid
Commits
1d9d4891
Commit
1d9d4891
authored
6 months ago
by
Oliver Sander
Browse files
Options
Downloads
Patches
Plain Diff
Fix two typos
parent
04cc5c3e
No related branches found
No related tags found
1 merge request
!750
Speed up `UGGridGeometry`
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dune/python/test/test-ug.py
+2
-2
2 additions, 2 deletions
dune/python/test/test-ug.py
with
2 additions
and
2 deletions
dune/python/test/test-ug.py
+
2
−
2
View file @
1d9d4891
...
...
@@ -15,7 +15,7 @@ except ImportError as exception:
base
=
"
../../../doc/grids/gmsh/
"
reader
=
(
dune
.
grid
.
reader
.
gmsh
,
base
+
"
circle2ndorder.msh
"
)
grid
=
dune
.
grid
.
ugGrid
(
reader
,
dimgrid
=
2
)
# we either have UG, o
t
this test should not be run at all
# we either have UG, o
r
this test should not be run at all
assert
(
grid
)
exact
=
6.27593206157460
...
...
@@ -44,7 +44,7 @@ for l in range(5):
if
math
.
isclose
(
eoc
,
2.0
,
abs_tol
=
0.02
):
print
(
"
Geometry approximation: 2d order convergence
"
)
else
:
print
(
"
Geometry approximation does not show expected 2d order convergence
"
)
print
(
"
Geometry approximation does not show expected 2
n
d order convergence
"
)
sys
.
exit
(
-
1
)
sys
.
exit
(
0
)
This diff is collapsed.
Click to expand it.
Oliver Sander
@oliver.sander
mentioned in commit
4c78fde3
·
6 months ago
mentioned in commit
4c78fde3
mentioned in commit 4c78fde38797c3cd3c5c450ad55f5e487b0ec895
Toggle commit list
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