Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
hyteg
hyteg
Commits
9cf99c3c
Commit
9cf99c3c
authored
Apr 11, 2022
by
Nils Kohl
🌝
Browse files
Bumping some epsilons for CI
parent
2852ffd3
Pipeline
#39114
failed with stages
in 135 minutes and 7 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
tests/hyteg/dg/DGPetscApplyTest.cpp
View file @
9cf99c3c
...
...
@@ -122,7 +122,7 @@ int main( int argc, char* argv[] )
hyteg
::
dgPetscApplyTest
(
3
,
hyteg
::
MeshInfo
::
fromGmshFile
(
"../../data/meshes/quad_4el.msh"
),
4.0e-15
);
hyteg
::
dgPetscApplyTest
(
3
,
hyteg
::
MeshInfo
::
fromGmshFile
(
"../../data/meshes/annulus_coarse.msh"
),
6.0e-14
);
hyteg
::
dgPetscApplyTest
(
3
,
hyteg
::
MeshInfo
::
fromGmshFile
(
"../../data/meshes/3D/tet_1el.msh"
),
2
.0e-1
7
);
hyteg
::
dgPetscApplyTest
(
3
,
hyteg
::
MeshInfo
::
fromGmshFile
(
"../../data/meshes/3D/tet_1el.msh"
),
1
.0e-1
6
);
hyteg
::
dgPetscApplyTest
(
3
,
hyteg
::
MeshInfo
::
fromGmshFile
(
"../../data/meshes/3D/pyramid_2el.msh"
),
5.0e-16
);
hyteg
::
dgPetscApplyTest
(
3
,
hyteg
::
MeshInfo
::
fromGmshFile
(
"../../data/meshes/3D/pyramid_4el.msh"
),
1.0e-15
);
hyteg
::
dgPetscApplyTest
(
3
,
hyteg
::
MeshInfo
::
fromGmshFile
(
"../../data/meshes/3D/regular_octahedron_8el.msh"
),
1.0e-15
);
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment