Dear all,

As I am moving towards understanding the wrappers, I am facing a problem in 
making Step 31 converge. My previous question is answered, and it compiles. 
Yet, I am still wondering what kind of "pure deal.II" preconditioner I 
could use in that tutorial.

Specifically, there are two in the tutorial (using Trilinos).

   - PreconditionAMG is an algebraic multigrid using a Chebyshev smoother, 
   used to solve the stokes problem. 
   - PreconditionIC is an incomplete Cholesky, used to retrieve the 
   temperature.
   
Now my implementation runs (with results), but I am aware my choices are 
not the best ones. Please note that I am using just deal.II without PETSc 
now as I am unable to run codes that require MPI (so, no Hypre). I've 
chosen to use:

   - SparseILU for the stokes problem.
   - IdentityPreconditioner for the temperature.

Do you have any suggestions? I could also use PETSc, but MPI is not an 
option.

Thanks for your help!
    Franco

-- 
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/1e6d7aac-8015-4369-851b-c4d3a168d7a3%40googlegroups.com.

Reply via email to