Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
dumux-repositories
dumux
Commits
0be25839
Commit
0be25839
authored
Jan 10, 2020
by
Leopold Stadler
Committed by
Timo Koch
Mar 18, 2020
Browse files
[shallowwater] remove mobility comment
parent
0b41bcbc
Changes
1
Hide whitespace changes
Inline
Side-by-side
dumux/flux/shallowwater/riemannproblem.hh
View file @
0be25839
...
...
@@ -142,8 +142,8 @@ std::array<Scalar,3> riemannProblem(const Scalar waterDepthLeft,
lowerWaterDepthFluxLimiting
);
std
::
array
<
Scalar
,
3
>
localFlux
;
localFlux
[
0
]
=
riemannResult
.
flux
[
0
]
*
mobility
;
localFlux
[
1
]
=
(
riemannResult
.
flux
[
1
]
-
hdxzl
);
// * mobility;
localFlux
[
2
]
=
(
riemannResult
.
flux
[
2
]
-
hdyzl
);
// * mobility;
localFlux
[
1
]
=
(
riemannResult
.
flux
[
1
]
-
hdxzl
);
localFlux
[
2
]
=
(
riemannResult
.
flux
[
2
]
-
hdyzl
);
return
localFlux
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment