Skip to content

How to pick the best preconditioner and how to analyze the properties of mfem::Operator? #3358

Answered by pazner
kovar asked this question in Q&A
Discussion options

You must be logged in to vote

Hello @kovar,

Usually the best way to choose a preconditioner is based on theory or literature. Since the incompressible Navier-Stokes equations are very well-studied, there are many papers discussing appropriate choices of preconditioners. It will depend strongly on exactly the formulation you are using to discretize/solve your problem. If you are using a projection/split method, the systems you will need to solve will be diffusion-like, and multigrid preconditioners (e.g. AMG) will work well.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@kovar
Comment options

Answer selected by kovar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants