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
708e4a56
Commit
708e4a56
authored
Dec 19, 2018
by
Dennis Gläser
Browse files
[test][facet][1pconvergence] do not use umfpack
parent
b0ce2d5a
Changes
2
Hide whitespace changes
Inline
Side-by-side
test/multidomain/facet/1p_1p/analytical/main.cc
View file @
708e4a56
...
...
@@ -334,7 +334,7 @@ int main(int argc, char** argv) try
couplingManager
);
// the linear solver
using
LinearSolver
=
UMFPackBackend
;
using
LinearSolver
=
BlockDiagAMGBiCGSTABSolver
;
auto
linearSolver
=
std
::
make_shared
<
LinearSolver
>
();
// the non-linear solver
...
...
test/multidomain/facet/1p_1p/analytical/params.input
View file @
708e4a56
...
...
@@ -19,6 +19,10 @@ Problem.Name = lowdim
LiquidDensity = 1.0
LiquidKinematicViscosity = 1.0
[LinearSolver]
ResidualReduction = 1e-20
MaxIterations = 2000
[L2Error]
QuadratureOrder = 1
...
...
Timo Koch
@timok
mentioned in commit
86e1d639
·
Dec 19, 2018
mentioned in commit
86e1d639
mentioned in commit 86e1d6390912ff24895f8f9e0a3544910762c7a0
Toggle commit list
Timo Koch
@timok
mentioned in merge request
!1430 (merged)
·
Dec 19, 2018
mentioned in merge request
!1430 (merged)
mentioned in merge request !1430
Toggle commit list
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