From: Stefano Zampini
@@ -30,17 +30,15 @@ algebra classes. We use these interfaces for parallel computations based on MPI since the native deal.II linear algebra classes lack this ability. They are used, among other programs, in step-17, step-18 and - step-40. + step-40. See step-77 for an example that uses PETSc's nonlinear solver + capabilities.
Note: The most recent version of PETSc - that has been reported to be compatible with - deal.II is version 3.17.1. If you use a later - version than this and encounter problems, let us - know. deal.II does not support versions of PETSc prior - to 3.7.0. +
Note: deal.II is compatible + with any PETSc version newer than 3.7.0. If you encounter problems with a + specific version, let us know.
@@ -73,23 +71,6 @@ during configuration.
-Note: deal.II can be installed with both - PETSc and Trilinos and they do not usually get in their - respective ways. There are, however, occasions where this is not true - and this fundamentally comes from the fact that both of these packages - are built from subpackages that are developed by independent - groups. Unfortunately, some of these sub-packages can be configured to - be part of both PETSc and Trilinos, and if you try to - use deal.II with versions of PETSc and Trilinos - that both contain a particular sub-package, little good will come - of it in general. In particular, we have experienced this with the ML - package that can serve as an algebraic multigrid method to both PETSc - and Trilinos. If both of these packages are configured to use ML, then - difficult to understand error messages at compile or link time are - almost inevitable, and there is little the deal.II - build system can do to prevent this. Thus, don't try to do that! -
-