Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
iwr
dune-curvedgrid
Commits
fa2d863e
Commit
fa2d863e
authored
Jun 15, 2020
by
Praetorius, Simon
Browse files
correction of some typos
parent
81a0c3ef
Pipeline
#4128
passed with stage
in 13 minutes and 21 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
dune/curvedsurfacegrid/geometries/implicitsurface.hh
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
);
...
...
dune/curvedsurfacegrid/test/convergence.cc
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
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment