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
77cb50d8
Commit
77cb50d8
authored
8 years ago
by
René Heß
Browse files
Options
Downloads
Patches
Plain Diff
Adjust test criteria
parent
45316209
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
test/poisson/dimension-grid-variations/CMakeLists.txt
+10
-10
10 additions, 10 deletions
test/poisson/dimension-grid-variations/CMakeLists.txt
with
10 additions
and
10 deletions
test/poisson/dimension-grid-variations/CMakeLists.txt
+
10
−
10
View file @
77cb50d8
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
add_generated_executable
(
UFLFILE poisson_1d_cg_interval.ufl
add_generated_executable
(
UFLFILE poisson_1d_cg_interval.ufl
TARGET poisson_1d_cg_interval
TARGET poisson_1d_cg_interval
FORM_COMPILER_ARGS --exact-solution-expression g --compare-dofs 1e
3
--compare-l2errorsquared 1e
3
FORM_COMPILER_ARGS --exact-solution-expression g --compare-dofs 1e
-14
--compare-l2errorsquared 1e
-7
)
)
dune_add_system_test
(
TARGET poisson_1d_cg_interval
dune_add_system_test
(
TARGET poisson_1d_cg_interval
...
@@ -13,7 +13,7 @@ dune_add_system_test(TARGET poisson_1d_cg_interval
...
@@ -13,7 +13,7 @@ dune_add_system_test(TARGET poisson_1d_cg_interval
add_generated_executable
(
UFLFILE poisson_1d_dg_interval.ufl
add_generated_executable
(
UFLFILE poisson_1d_dg_interval.ufl
TARGET poisson_1d_dg_interval
TARGET poisson_1d_dg_interval
FORM_COMPILER_ARGS --exact-solution-expression g --compare-dofs 1e
3
--compare-l2errorsquared 1e
3
FORM_COMPILER_ARGS --exact-solution-expression g --compare-dofs 1e
-2
--compare-l2errorsquared 1e
-7
)
)
dune_add_system_test
(
TARGET poisson_1d_dg_interval
dune_add_system_test
(
TARGET poisson_1d_dg_interval
...
@@ -27,7 +27,7 @@ dune_add_system_test(TARGET poisson_1d_dg_interval
...
@@ -27,7 +27,7 @@ dune_add_system_test(TARGET poisson_1d_dg_interval
add_generated_executable
(
UFLFILE poisson_2d_cg_triangle.ufl
add_generated_executable
(
UFLFILE poisson_2d_cg_triangle.ufl
TARGET poisson_2d_cg_triangle
TARGET poisson_2d_cg_triangle
FORM_COMPILER_ARGS --exact-solution-expression g --compare-dofs 1e
3
--compare-l2errorsquared 1e
3
FORM_COMPILER_ARGS --exact-solution-expression g --compare-dofs 1e
-14
--compare-l2errorsquared 1e
-6
)
)
dune_add_system_test
(
TARGET poisson_2d_cg_triangle
dune_add_system_test
(
TARGET poisson_2d_cg_triangle
...
@@ -36,7 +36,7 @@ dune_add_system_test(TARGET poisson_2d_cg_triangle
...
@@ -36,7 +36,7 @@ dune_add_system_test(TARGET poisson_2d_cg_triangle
add_generated_executable
(
UFLFILE poisson_2d_dg_triangle.ufl
add_generated_executable
(
UFLFILE poisson_2d_dg_triangle.ufl
TARGET poisson_2d_dg_triangle
TARGET poisson_2d_dg_triangle
FORM_COMPILER_ARGS --exact-solution-expression g --compare-dofs 1e
3
--compare-l2errorsquared 1e
3
FORM_COMPILER_ARGS --exact-solution-expression g --compare-dofs 1e
-1
--compare-l2errorsquared 1e
-4
)
)
dune_add_system_test
(
TARGET poisson_2d_dg_triangle
dune_add_system_test
(
TARGET poisson_2d_dg_triangle
...
@@ -45,7 +45,7 @@ dune_add_system_test(TARGET poisson_2d_dg_triangle
...
@@ -45,7 +45,7 @@ dune_add_system_test(TARGET poisson_2d_dg_triangle
add_generated_executable
(
UFLFILE poisson_2d_cg_quadrilateral.ufl
add_generated_executable
(
UFLFILE poisson_2d_cg_quadrilateral.ufl
TARGET poisson_2d_cg_quadrilateral
TARGET poisson_2d_cg_quadrilateral
FORM_COMPILER_ARGS --exact-solution-expression g --compare-dofs 1e
3
--compare-l2errorsquared 1e
3
FORM_COMPILER_ARGS --exact-solution-expression g --compare-dofs 1e
-14
--compare-l2errorsquared 1e
-6
)
)
dune_add_system_test
(
TARGET poisson_2d_cg_quadrilateral
dune_add_system_test
(
TARGET poisson_2d_cg_quadrilateral
...
@@ -54,7 +54,7 @@ dune_add_system_test(TARGET poisson_2d_cg_quadrilateral
...
@@ -54,7 +54,7 @@ dune_add_system_test(TARGET poisson_2d_cg_quadrilateral
add_generated_executable
(
UFLFILE poisson_2d_dg_quadrilateral.ufl
add_generated_executable
(
UFLFILE poisson_2d_dg_quadrilateral.ufl
TARGET poisson_2d_dg_quadrilateral
TARGET poisson_2d_dg_quadrilateral
FORM_COMPILER_ARGS --exact-solution-expression g --compare-dofs 1e
3
--compare-l2errorsquared 1e
3
FORM_COMPILER_ARGS --exact-solution-expression g --compare-dofs 1e
-1
--compare-l2errorsquared 1e
-4
)
)
dune_add_system_test
(
TARGET poisson_2d_dg_quadrilateral
dune_add_system_test
(
TARGET poisson_2d_dg_quadrilateral
...
@@ -68,7 +68,7 @@ dune_add_system_test(TARGET poisson_2d_dg_quadrilateral
...
@@ -68,7 +68,7 @@ dune_add_system_test(TARGET poisson_2d_dg_quadrilateral
add_generated_executable
(
UFLFILE poisson_3d_cg_tetrahedron.ufl
add_generated_executable
(
UFLFILE poisson_3d_cg_tetrahedron.ufl
TARGET poisson_3d_cg_tetrahedron
TARGET poisson_3d_cg_tetrahedron
FORM_COMPILER_ARGS --exact-solution-expression g --compare-dofs 1e
3
--compare-l2errorsquared 1e
3
FORM_COMPILER_ARGS --exact-solution-expression g --compare-dofs 1e
-14
--compare-l2errorsquared 1e
-4
)
)
dune_add_system_test
(
TARGET poisson_3d_cg_tetrahedron
dune_add_system_test
(
TARGET poisson_3d_cg_tetrahedron
...
@@ -77,7 +77,7 @@ dune_add_system_test(TARGET poisson_3d_cg_tetrahedron
...
@@ -77,7 +77,7 @@ dune_add_system_test(TARGET poisson_3d_cg_tetrahedron
add_generated_executable
(
UFLFILE poisson_3d_dg_tetrahedron.ufl
add_generated_executable
(
UFLFILE poisson_3d_dg_tetrahedron.ufl
TARGET poisson_3d_dg_tetrahedron
TARGET poisson_3d_dg_tetrahedron
FORM_COMPILER_ARGS --exact-solution-expression g --compare-dofs 1e
3
--compare-l2errorsquared 1e
3
FORM_COMPILER_ARGS --exact-solution-expression g --compare-dofs 1e
-2
--compare-l2errorsquared 1e
-4
)
)
dune_add_system_test
(
TARGET poisson_3d_dg_tetrahedron
dune_add_system_test
(
TARGET poisson_3d_dg_tetrahedron
...
@@ -86,7 +86,7 @@ dune_add_system_test(TARGET poisson_3d_dg_tetrahedron
...
@@ -86,7 +86,7 @@ dune_add_system_test(TARGET poisson_3d_dg_tetrahedron
add_generated_executable
(
UFLFILE poisson_3d_cg_hexahedron.ufl
add_generated_executable
(
UFLFILE poisson_3d_cg_hexahedron.ufl
TARGET poisson_3d_cg_hexahedron
TARGET poisson_3d_cg_hexahedron
FORM_COMPILER_ARGS --exact-solution-expression g --compare-dofs 1e
3
--compare-l2errorsquared 1e
3
FORM_COMPILER_ARGS --exact-solution-expression g --compare-dofs 1e
-14
--compare-l2errorsquared 1e
-4
)
)
dune_add_system_test
(
TARGET poisson_3d_cg_hexahedron
dune_add_system_test
(
TARGET poisson_3d_cg_hexahedron
...
@@ -95,7 +95,7 @@ dune_add_system_test(TARGET poisson_3d_cg_hexahedron
...
@@ -95,7 +95,7 @@ dune_add_system_test(TARGET poisson_3d_cg_hexahedron
add_generated_executable
(
UFLFILE poisson_3d_dg_hexahedron.ufl
add_generated_executable
(
UFLFILE poisson_3d_dg_hexahedron.ufl
TARGET poisson_3d_dg_hexahedron
TARGET poisson_3d_dg_hexahedron
FORM_COMPILER_ARGS --exact-solution-expression g --compare-dofs 1
e3
--compare-l2errorsquared 1e3
FORM_COMPILER_ARGS --exact-solution-expression g --compare-dofs 1 --compare-l2errorsquared 1e
-
3
)
)
dune_add_system_test
(
TARGET poisson_3d_dg_hexahedron
dune_add_system_test
(
TARGET poisson_3d_dg_hexahedron
...
...
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