Skip to content

information in logfile content #542

Answered by yslan
MingTengCA asked this question in Q&A
Discussion options

You must be logged in to vote

In order to reduce the number of iteration, we use the residual from previous timesteps to build the Krylov subspace and project the current solution out of it. This will give you a better initial guess for linear solver provided the solution is smooth in time and the coefficient of the matrix doesn't change.

As the solution evolves, such Krylov subspace needs updates in time as well.
The current way is to flush the vectors once it's full. Think about it as the restart GMRES that happens every 8 timesteps.

You can use more vectors by specifying nVector=20, which might reduce your pressure iteration further.

#solver = pfgmre…

Replies: 1 comment 1 reply

Comment options

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

Answer selected by MingTengCA
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