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
!1331
[upwind] Rename parameter from Implicit.UpwindWeight to Flux.UpwindWeight
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
[upwind] Rename parameter from Implicit.UpwindWeight to Flux.UpwindWeight
cleanup/rename-upwindweight-param
into
master
Overview
0
Commits
1
Pipelines
0
Changes
11
Merged
Timo Koch
requested to merge
cleanup/rename-upwindweight-param
into
master
6 years ago
Overview
0
Commits
1
Pipelines
0
Changes
11
Expand
Fix
#605 (closed)
👍
0
👎
0
Merge request reports
Compare
master
version 1
22a7f0e9
6 years ago
master (base)
and
latest version
latest version
ec7aef75
1 commit,
6 years ago
version 1
22a7f0e9
1 commit,
6 years ago
11 files
+
19
−
19
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
11
Search (e.g. *.vue) (Ctrl+P)
dumux/common/parameters.hh
+
1
−
1
Options
@@ -275,7 +275,7 @@ private:
static
void
globalDefaultParameters
(
Dune
::
ParameterTree
&
params
)
{
// parameters in the implicit group
params
[
"
Implicit
.UpwindWeight"
]
=
"1.0"
;
params
[
"
Flux
.UpwindWeight"
]
=
"1.0"
;
params
[
"Implicit.EnableJacobianRecycling"
]
=
"false"
;
// parameters in the assembly group
Loading