Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-curvedgrid
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
Model registry
Operate
Environments
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
iwr
dune-curvedgrid
Commits
fa2d863e
Commit
fa2d863e
authored
4 years ago
by
Praetorius, Simon
Browse files
Options
Downloads
Patches
Plain Diff
correction of some typos
parent
81a0c3ef
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#4128
passed
4 years ago
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
dune/curvedsurfacegrid/geometries/implicitsurface.hh
+2
-2
2 additions, 2 deletions
dune/curvedsurfacegrid/geometries/implicitsurface.hh
dune/curvedsurfacegrid/test/convergence.cc
+2
-2
2 additions, 2 deletions
dune/curvedsurfacegrid/test/convergence.cc
with
4 additions
and
4 deletions
dune/curvedsurfacegrid/geometries/implicitsurface.hh
+
2
−
2
View file @
fa2d863e
...
...
@@ -42,7 +42,7 @@ public:
using
T
=
typename
Domain
::
value_type
;
Domain
x
=
x0
;
T
tol
=
2
*
std
::
numeric_limits
<
T
>::
epsilon
();
T
tol
=
10
*
std
::
numeric_limits
<
T
>::
epsilon
();
auto
phi
=
phi_
(
x
);
auto
sign
=
phi
>
0
?
1
:
phi
<
0
?
-
1
:
0
;
...
...
@@ -115,7 +115,7 @@ public:
using
std
::
sqrt
;
using
T
=
typename
Domain
::
value_type
;
T
tol
=
2
*
std
::
numeric_limits
<
T
>::
epsilon
();
T
tol
=
10
*
std
::
numeric_limits
<
T
>::
epsilon
();
for
(
int
i
=
0
;
i
<
maxIter_
;
++
i
)
{
auto
phi_x
=
phi_
(
x
);
...
...
This diff is collapsed.
Click to expand it.
dune/curvedsurfacegrid/test/convergence.cc
+
2
−
2
View file @
fa2d863e
...
...
@@ -51,7 +51,7 @@ const int order = GEOMETRY_ORDER;
const
int
quad_order
=
order
+
6
;
const
int
num_levels
=
5
;
// Test Hausdorf-distance
// Test Hausdorf
f
-distance
template
<
class
Grid
>
typename
Grid
::
ctype
inf_error
(
const
Grid
&
grid
)
{
...
...
@@ -74,7 +74,7 @@ typename Grid::ctype inf_error (const Grid& grid)
return
dist
;
}
// Test integrated Hausdorf-distance
// Test integrated Hausdorf
f
-distance
template
<
class
Grid
>
typename
Grid
::
ctype
L2_error
(
const
Grid
&
grid
)
{
...
...
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