Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
dumux
Manage
Activity
Members
Labels
Plan
Issues
77
Issue boards
Milestones
Wiki
Code
Merge requests
75
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
Merge requests
!2104
[examples] fix threshold for 2p infiltration example
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
[examples] fix threshold for 2p infiltration example
fix/threshold-for-2pinfiltration-example
into
master
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Bernd Flemisch
requested to merge
fix/threshold-for-2pinfiltration-example
into
master
4 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
Please backport to 3.2.
👍
0
👎
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
6b87ffdb
1 commit,
4 years ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
examples/2pinfiltration/CMakeLists.txt
+
1
−
1
Options
@@ -7,7 +7,7 @@ dumux_add_test(NAME example_2p_pointsource_adaptive
SOURCES main.cc
CMAKE_GUARD dune-alugrid_FOUND
COMMAND
${
CMAKE_SOURCE_DIR
}
/bin/testing/runtest.py
CMD_ARGS --script fuzzy
CMD_ARGS --script fuzzy
--zeroThreshold {
"pc"
:0.1}
--files
${
CMAKE_SOURCE_DIR
}
/test/references/example-2padaptive-reference.vtu
${
CMAKE_CURRENT_BINARY_DIR
}
/example_2p_pointsource_adaptive-00006.vtu
--command
"
${
CMAKE_CURRENT_BINARY_DIR
}
/example_2p_pointsource_adaptive params.input -TimeLoop.TEnd 100 -TimeLoop.DtInitial 10 -Problem.Name example_2p_pointsource_adaptive"
)
Loading