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
33d8b8a5
Commit
33d8b8a5
authored
Feb 01, 2021
by
Melanie Lipp
Committed by
Ned Coltman
Feb 03, 2021
Browse files
[test][kovasnay] Add comment that for \tho \neq 1, UMFPack can be used to obtain convergence.
parent
84711fe8
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/freeflow/navierstokes/kovasznay/main.cc
View file @
33d8b8a5
...
...
@@ -136,7 +136,7 @@ int main(int argc, char** argv)
auto
assembler
=
std
::
make_shared
<
Assembler
>
(
problem
,
gridGeometry
,
gridVariables
);
// the linear solver
using
LinearSolver
=
Dumux
::
UzawaBiCGSTABBackend
<
LinearSolverTraits
<
GridGeometry
>>
;
using
LinearSolver
=
Dumux
::
UzawaBiCGSTABBackend
<
LinearSolverTraits
<
GridGeometry
>>
;
// if rho \neq 1, use UMFPack rather than BIGCStab
auto
linearSolver
=
std
::
make_shared
<
LinearSolver
>
();
// the non-linear solver
...
...
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