On 3/2/26 00:26, Praveen C wrote:

Is it possible to use AMG preconditioner from Petsc or Trilinos with dealii::SolverGMRES ?

The dealii::Solver* classes all just require the matrix and the preconditioner to be linear operators, i.e., classes with a vmult() function. In your case, these may be block operators that internally call AMG functions from PETSc or Trilinos. You may be interested in taking a look here, for example: https://dealii.org/developer/doxygen/deal.II/step_22.html#step_22-BlockSchurcomplementpreconditioner

Best
 W.

--
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 visit 
https://groups.google.com/d/msgid/dealii/af825aeb-780c-4c1b-88f0-90d5bd7be91a%40colostate.edu.

Reply via email to