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-lu.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=additive
[sc.fieldsplit-0]
ksp-type=preonly
pc-type=lu
[sc.fieldsplit-1]
ksp-type=preonly
pc-type=lu
[sc.fieldsplit-2]
ksp-type=preonly
pc-type=lu

back to top