]> https://gitweb.dealii.org/ - dealii.git/commitdiff
update PETSc error message 2764/head
authorTimo Heister <timo.heister@gmail.com>
Thu, 7 Jul 2016 14:08:35 +0000 (15:08 +0100)
committerTimo Heister <timo.heister@gmail.com>
Thu, 7 Jul 2016 14:08:35 +0000 (15:08 +0100)
source/lac/petsc_precondition.cc

index 15991bc119c7e0a29d870ac7b2627c61a31783ee..51162264dea013df7492f97b48f2a0bf0a05f562 100644 (file)
@@ -520,7 +520,9 @@ namespace PETScWrappers
     ierr = PCSetFromOptions (pc);
     AssertThrow (ierr == 0, ExcPETScError(ierr));
 #else
-    Assert(false, ExcMessage("Complex-valued PETSc does not support BoomerAMG preconditioner."));
+    Assert (false,
+            ExcMessage ("Your PETSc installation does not include a copy of "
+                        "the hypre package necessary for this preconditioner."));
 #endif
   }
 

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.