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
77
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
!2842
Cleanup/port angeli test
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Cleanup/port angeli test
cleanup/port-angeli-test
into
master
Overview
25
Commits
1
Pipelines
5
Changes
5
Merged
Katharina Heck
requested to merge
cleanup/port-angeli-test
into
master
3 years ago
Overview
25
Commits
1
Pipelines
5
Changes
5
Expand
this is related to
#1081 (closed)
.
useNeumann is added but not currently tested
Edited
3 years ago
by
Timo Koch
👍
0
👎
0
Merge request reports
Compare
master
version 4
09218942
3 years ago
version 3
b0ae724e
3 years ago
version 2
042ab961
3 years ago
version 1
2747e78d
3 years ago
master (base)
and
latest version
latest version
6584fd42
1 commit,
3 years ago
version 4
09218942
3 commits,
3 years ago
version 3
b0ae724e
3 commits,
3 years ago
version 2
042ab961
3 commits,
3 years ago
version 1
2747e78d
2 commits,
3 years ago
5 files
+
247
−
117
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
Search (e.g. *.vue) (Ctrl+P)
test/freeflow/navierstokes/angeli/CMakeLists.txt
+
1
−
2
Options
@@ -20,7 +20,6 @@ dumux_add_test(NAME test_ff_navierstokes_angeli_averaged
--command
"
${
CMAKE_CURRENT_BINARY_DIR
}
/test_ff_navierstokes_angeli params.input
-TimeLoop.TEnd 1e-6 -TimeLoop.DtInitial 1e-6
-Problem.Name test_ff_navierstokes_angeli_averaged
-Problem.UseVelocityAveragingForInitial true
-Problem.UseVelocityAveragingForDirichlet true"
)
-Problem.InterpolateExactVelocity true"
)
dune_symlink_to_source_files
(
FILES
"params.input"
)
Loading