Skip to content
Snippets Groups Projects
Commit 0463867a authored by Timo Koch's avatar Timo Koch
Browse files

Merge branch 'cleanup/test-1pnc-do-not-require-umfpack' into 'master'

[test][facet][1pnc] do not require UMFPack

See merge request !2100
parents e7830614 bc7578c0
No related branches found
No related tags found
1 merge request!2100[test][facet][1pnc] do not require UMFPack
...@@ -209,7 +209,7 @@ int main(int argc, char** argv) try ...@@ -209,7 +209,7 @@ int main(int argc, char** argv) try
couplingManager, timeLoop, xOld); couplingManager, timeLoop, xOld);
// the linear solver // the linear solver
using LinearSolver = UMFPackBackend; using LinearSolver = ILU0BiCGSTABBackend;
auto linearSolver = std::make_shared<LinearSolver>(); auto linearSolver = std::make_shared<LinearSolver>();
// the non-linear solver // the non-linear solver
......
...@@ -29,3 +29,6 @@ SolidHeatCapacity = 790 ...@@ -29,3 +29,6 @@ SolidHeatCapacity = 790
[Vtk] [Vtk]
OutputName = test_md_facet_1pnc1pnc OutputName = test_md_facet_1pnc1pnc
[LinearSolver]
ResidualReduction = 1e-10
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