On 10/4/24 01:38, 'yy.wayne' via deal.II User Group wrote:
**

I tried by SSOR gives same behavior as jacobi.
For mesh with 0, 1, and 2 times of refinement, it needs (jacobi: 20, 31, 67) and (SSOR: 10, 15, 31) iterations.
Besides, is SSOR not applicable in matrix-free framework?

Yes, SSOR needs access to matrix elements. If these iteration counts are too large for you, then the only alternative you have is to go with multigrid-type preconditioners, for which you can use matrix-free methods.

Best
 W.

--
------------------------------------------------------------------------
Wolfgang Bangerth          email:                 bange...@colostate.edu
                           www: http://www.math.colostate.edu/~bangerth/


--
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 dealii+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dealii/12048af9-c488-45ee-8fc4-3d239e797bf5%40colostate.edu.

Reply via email to