You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to deal.II User Group
Hello everyone!
In tutorials the coarest level multigrid is solved either by householder direct sovler for FullMatrix or by a iterative solver based on MGCoarseGridHouseholder and MGCoarseGridIterativeSolver, respectively. However I want to solve the coarest level with a sparse direct solver. Both 2 MGCoarseGrid class access MGCoarseGridBase, so SparseDirectUMFPACK cannot be used.
Take step-16 for example. The only way possible I my mind is using PETScMUMPS and put it in MGCoarseGridIterativeSolver, and matrix & vector type need to be changed to PETSc accordingly. Is this gonna work?
Timo Heister
unread,
Sep 29, 2022, 9:44:02 AM9/29/22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message