Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dg
dg
Commits
ae8415c1
Commit
ae8415c1
authored
Oct 12, 2016
by
Philippe Delandmeter
Browse files
slim3d: scatter forgotten for dgBath!!
parent
e16a32ea
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/slim3d/slim3dEquations.cpp
View file @
ae8415c1
...
...
@@ -555,6 +555,7 @@ void slim3dSolverFunctions::initializeBath()
dgBathymetryDofGenerator
::
extractFromMesh
(
_solver
->
columnInfo
,
dofs
->
bathDof2d
);
dofs
->
bathDof2d
->
scatter
();
_solver
->
dgCG2d
->
dgCGMin
(
dofs
->
bathDof2d
,
dofs
->
bathCGMinDof2d
);
dofs
->
bathCGMinDof2d
->
scatter
();
bathFunc2d
=
new
functionPrecomputedExtrusion
(
_solver
->
extrusion
(),
_solver
->
groups2d
->
getElementGroup
(
0
)
->
getOrder
()
*
2
+
1
,
*
dofs
->
bathDof2d
->
getFunction
());
bathCGMinFunc2d
=
new
functionPrecomputedExtrusion
(
_solver
->
extrusion
(),
_solver
->
groups2d
->
getElementGroup
(
0
)
->
getOrder
()
*
2
+
1
,
*
dofs
->
bathCGMinDof2d
->
getFunction
());
}
...
...
Write
Preview
Supports
Markdown
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