Skip to content
GitLab
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
6c63bb6d
Commit
6c63bb6d
authored
Jan 02, 2021
by
Timo Koch
Committed by
Bernd Flemisch
Jan 26, 2022
Browse files
[test][f] Use new UMFPack solver in donea test
parent
1e1794ed
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/freeflow/navierstokes/donea/main.cc
View file @
6c63bb6d
...
...
@@ -36,6 +36,7 @@
#include
<dumux/io/grid/gridmanager.hh>
#include
<dumux/io/vtkoutputmodule.hh>
#include
<dumux/linear/seqsolverbackend.hh>
#include
<dumux/linear/istlsolvers.hh>
#include
<dumux/multidomain/fvassembler.hh>
#include
<dumux/multidomain/traits.hh>
...
...
@@ -137,7 +138,7 @@ int main(int argc, char** argv)
couplingManager
);
// the linear solver
using
LinearSolver
=
Dumux
::
UMFPackBackend
;
using
LinearSolver
=
UMFPackIstlSolver
;
auto
linearSolver
=
std
::
make_shared
<
LinearSolver
>
();
// the non-linear solver
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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