Skip to content
Snippets Groups Projects
Commit 0be25839 authored by Leopold Stadler's avatar Leopold Stadler Committed by Timo Koch
Browse files

[shallowwater] remove mobility comment

parent 0b41bcbc
No related branches found
No related tags found
1 merge request!1831Resolve "[shallowwater] upwind mobility for shallow water flux."
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment