]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Use MUMPS in PETScWrappers::Jacobi and PETScWrappers::BlockJacobi if available 5192/head
authorDaniel Arndt <daniel.arndt@iwr.uni-heidelberg.de>
Tue, 3 Oct 2017 16:46:04 +0000 (18:46 +0200)
committerDaniel Arndt <daniel.arndt@iwr.uni-heidelberg.de>
Tue, 3 Oct 2017 20:16:38 +0000 (22:16 +0200)
tests/slepc/step-36_parallel_02.cc
tests/slepc/step-36_parallel_02.with_mpi=true.with_petsc_with_hypre=true.with_petsc_with_mumps=true.with_slepc=true.mpirun=3.output [moved from tests/slepc/step-36_parallel_02.with_mpi=true.with_petsc_with_hypre=true.with_slepc=true.mpirun=3.output with 100% similarity]

index ff207174c3e6ee2bc71d345244a4b1b1af1c635a..d7d05f50fd4fd8d1d0cc4aebe7b4e35c2995ff3f 100644 (file)
@@ -282,6 +282,8 @@ void test (std::string solver_name,
                                                                     mpi_communicator);
       }
 
+    PETScWrappers::set_option_value("-st_pc_factor_mat_solver_package", "mumps");
+
     // Set the initial vector. This is optional, if not done the initial vector is set to random values
     eigensolver->set_initial_space(eigenfunctions);
 

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.