PETSc Options for FSP in MOOSE #31351
-
|
Can the FSP App in MOOSE be used to implement the following?: For p, Geometric-Algebraic Multi-grid with Gauss-Siedel smoother. For u, Preconditioned bi-conjugate gradient solver with diagonal based incomplete LU preconditioner. Separately, can MOOSE use geometric multigrid solvers, SSOR/SOR and UMFPACK/SOR as solver/smoother pairs for variables u and p, respectively? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
hello FSP is a MOOSE preconditioner. Is that the one you mean?
Geometric multi-grid is not implemented. AMG is by selecting the relevant PETSc preconditionner |
Beta Was this translation helpful? Give feedback.
hello
FSP is a MOOSE preconditioner. Is that the one you mean?
https://mooseframework.inl.gov/source/preconditioners/FieldSplitPreconditioner.html
Geometric multi-grid is not implemented. AMG is by selecting the relevant PETSc preconditionner
@lindsayad want to comment?