Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
dumux
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
Container Registry
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
dumux-repositories
dumux
Commits
5cd8a129
Commit
5cd8a129
authored
6 years ago
by
Thomas Fetzer
Browse files
Options
Downloads
Patches
Plain Diff
[test][freeflow][pseudo-3d] Adapt zero thresholds
parent
e099f3f3
No related branches found
No related tags found
1 merge request
!925
[navierstokes] Add convenience function to calculate pseudo 3D friction term
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
test/freeflow/navierstokes/CMakeLists.txt
+4
-3
4 additions, 3 deletions
test/freeflow/navierstokes/CMakeLists.txt
with
4 additions
and
3 deletions
test/freeflow/navierstokes/CMakeLists.txt
+
4
−
3
View file @
5cd8a129
...
@@ -98,7 +98,6 @@ dune_add_test(NAME test_navierstokes_angeli
...
@@ -98,7 +98,6 @@ dune_add_test(NAME test_navierstokes_angeli
${
CMAKE_CURRENT_BINARY_DIR
}
/test_angeli-00045.vtu
${
CMAKE_CURRENT_BINARY_DIR
}
/test_angeli-00045.vtu
--command
"
${
CMAKE_CURRENT_BINARY_DIR
}
/test_navierstokes_angeli"
)
--command
"
${
CMAKE_CURRENT_BINARY_DIR
}
/test_navierstokes_angeli"
)
dune_add_test
(
NAME test_stokes_channel_3d
dune_add_test
(
NAME test_stokes_channel_3d
SOURCES test_stokes_channel_3d.cc
SOURCES test_stokes_channel_3d.cc
COMPILE_DEFINITIONS DIM_3D=1
COMPILE_DEFINITIONS DIM_3D=1
...
@@ -107,7 +106,8 @@ dune_add_test(NAME test_stokes_channel_3d
...
@@ -107,7 +106,8 @@ dune_add_test(NAME test_stokes_channel_3d
CMD_ARGS --script fuzzy
CMD_ARGS --script fuzzy
--files
${
CMAKE_SOURCE_DIR
}
/test/references/stokes_channel_3d-reference.vtu
--files
${
CMAKE_SOURCE_DIR
}
/test/references/stokes_channel_3d-reference.vtu
${
CMAKE_CURRENT_BINARY_DIR
}
/test_stokes_channel_3d-00001.vtu
${
CMAKE_CURRENT_BINARY_DIR
}
/test_stokes_channel_3d-00001.vtu
--command
"
${
CMAKE_CURRENT_BINARY_DIR
}
/test_stokes_channel_3d"
)
--command
"
${
CMAKE_CURRENT_BINARY_DIR
}
/test_stokes_channel_3d"
--zeroThreshold {
"velocity_component
\(
m/s
\)
"
:1e-12}
)
dune_add_test
(
NAME test_stokes_channel_pseudo3d
dune_add_test
(
NAME test_stokes_channel_pseudo3d
SOURCES test_stokes_channel_3d.cc
SOURCES test_stokes_channel_3d.cc
...
@@ -117,4 +117,5 @@ dune_add_test(NAME test_stokes_channel_pseudo3d
...
@@ -117,4 +117,5 @@ dune_add_test(NAME test_stokes_channel_pseudo3d
CMD_ARGS --script fuzzy
CMD_ARGS --script fuzzy
--files
${
CMAKE_SOURCE_DIR
}
/test/references/stokes_channel_pseudo3d-reference.vtu
--files
${
CMAKE_SOURCE_DIR
}
/test/references/stokes_channel_pseudo3d-reference.vtu
${
CMAKE_CURRENT_BINARY_DIR
}
/test_stokes_channel_pseudo3d-00001.vtu
${
CMAKE_CURRENT_BINARY_DIR
}
/test_stokes_channel_pseudo3d-00001.vtu
--command
"
${
CMAKE_CURRENT_BINARY_DIR
}
/test_stokes_channel_pseudo3d"
)
--command
"
${
CMAKE_CURRENT_BINARY_DIR
}
/test_stokes_channel_pseudo3d"
--zeroThreshold {
"velocity_component
\(
m/s
\)
"
:1e-12}
)
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