Hello 

I hope to precondition a system similar to step-23, with implicit time 
discretization (backward euler or Crank Nicolson). For example, the matrix 
has the form of M+dt^2K, where M is the mass matrix and K is the stiffness 
matrix.
I'm preconditioning it with Jacobi preconditioner, which is very efficient 
because the system is dominated by M and applies to matrix-free framework. 
However, when I increase the number of freedomes, iterations increase with 
just Jacobi preconditioner. Is there another recommended preconditioner or 
modification to simple jacobi preconditioners? I cannot find one since 
jacobi preconditioner is quite efficient for this problem, the lack of 
independency to h is its only drawback. 

-- 
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/18ba9a89-b138-4433-a1c9-43f29c8aef47n%40googlegroups.com.

Reply via email to