Skip to content

Ways to reduce the calculation time #16483

Discussion options

You must be logged in to vote

It is often problem dependent.

  1. Run the code in parallel may be able to make the code faster

  2. If the Jacobian matrix is accurate, use solve_typ=newton could speedup a bit

  3. If the number of linear iterations is not small, could increase the fill-in levels -sub_pc_factor_levels 2

Replies: 3 comments 5 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
4 replies
@LiuPengPeter
Comment options

@aeslaughter
Comment options

@fdkong
Comment options

@LiuPengPeter
Comment options

Answer selected by GiudGiud
Comment options

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants