Revision 191cd73559931306f457a6ce9effe70fac906cae authored by Christophe Prud'homme on 19 November 2022, 16:17:50 UTC, committed by Christophe Prud'homme on 19 November 2022, 16:17:50 UTC
remove taskflow trail and prepare for sepcx
add support for specx #2009
1 parent 4c07619
Raw File
prec-gamg-2.cfg
[sc]
ksp-type=gmres#gmres#preonly
ksp-rtol=1e-12
pc-type=fieldsplit#gamg#fieldsplit
fieldsplit-use-components=1
fieldsplit-fields=0->(0),1->(1),2->(2)
fieldsplit-type=multiplicative
[sc.fieldsplit-0]
ksp-type=gmres
ksp-rtol=1e-10
ksp-monitor=1
ksp-maxit=300
pc-type=gamg
pc-gamg-threshold=0.01
pc-gamg-reuse-interpolation=1
[sc.fieldsplit-1]
ksp-type=gmres
ksp-rtol=1e-10
ksp-maxit=300
pc-type=gamg
pc-gamg-threshold=0.01
pc-gamg-reuse-interpolation=1
[sc.fieldsplit-2]
ksp-type=gmres
ksp-rtol=1e-10
ksp-maxit=300
pc-type=gamg
pc-gamg-threshold=0.01
pc-gamg-reuse-interpolation=1

back to top