Franco, > [...] > As I didn't find a 1:1 correspondence between the two namespaces, I've > resorted to remove Trilinos classes as best as I could, for instance, > TrilinosWrappers::BlockSparseMatrix exists but in PETSc there is only > PETScWrappers::MPI::BlockSparseMatrix that I know of. And the two seem to > be not exactly equivalent. >
step-40 tries to allow switching between Trilinos and PETSc as easy as possible by using the deal.II/lac/generic_linear_algebra.h header and the defining the LA::MPI namespace. > [...] > std::shared_ptr<PETScWrappers::PreconditionILU> Amg_preconditioner; > This looks inappropriate. Probably it should rather be PETScWrappers::PreconditionBoomerAMG; Best, Daniel -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum options, see https://groups.google.com/d/forum/dealii?hl=en --- You received this message because you are subscribed to the Google Groups "deal.II User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/dealii/bdb2c6c2-c7d2-4ab6-bed6-9941740297df%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
