Searched refs:sub_pc_type (Results 1 – 10 of 10) sorted by relevance
| /petsc/share/petsc/saws/js/ |
| H A D | defaults.js | 35 sub_pc_type: "sor", property 41 ret.sub_pc_type = "fieldsplit"; 46 sub_pc_type: "sor", property 52 ret.sub_pc_type = "fieldsplit"; 57 sub_pc_type: "sor", property 63 ret.sub_pc_type = "fieldsplit"; 72 ret.sub_pc_type = "icc"; 74 ret.sub_pc_type = "ilu"; 77 ret.sub_pc_type = "fieldsplit"; 87 ret.sub_pc_type = "icc"; [all …]
|
| H A D | listLogic.js | 39 pc_type : defaults.sub_pc_type, 62 $("#pc_type" + childEndtag).val(defaults.sub_pc_type); 91 pc_type : defaults.sub_pc_type, 114 $("#pc_type" + childEndtag).val(defaults.sub_pc_type); 134 pc_type : defaults.sub_pc_type, 152 $("#pc_type" + childEndtag).val(defaults.sub_pc_type); 170 pc_type : defaults.sub_pc_type, 190 $("#pc_type" + childEndtag).val(defaults.sub_pc_type); 213 pc_type : defaults.sub_pc_type, 233 $("#pc_type" + childEndtag).val(defaults.sub_pc_type); [all …]
|
| H A D | events.js | 62 var sub_pc_type = defaults.sub_pc_type; 65 pc_type: sub_pc_type,
|
| H A D | treeInterface.js | 257 pc_type: defaults.sub_pc_type, 273 pc_type: defaults.sub_pc_type, 290 pc_type: defaults.sub_pc_type, 307 pc_type: defaults.sub_pc_type, 323 pc_type: defaults.sub_pc_type, 377 pc_type: defaults.sub_pc_type,
|
| /petsc/share/petsc/saws/ |
| H A D | readme | 21 ./ex19 -saws_options -ksp_type fgmres -pc_type bjacobi -sub_ksp_type gmres -sub_pc_type bjacobi -su… 23 ./ex19 -saws_options -ksp_type fgmres -pc_type bjacobi -sub_ksp_type gmres -sub_pc_type bjacobi -su…
|
| /petsc/src/snes/tutorials/network/power/ |
| H A D | poweroptions | 10 -sub_pc_type lu
|
| /petsc/src/ts/tutorials/power_grid/stability_9bus/ |
| H A D | ex9busnetworkops | 9 -sub_pc_type lu
|
| /petsc/doc/manual/ |
| H A D | other.md | 206 `-sub_ksp_type` and `-sub_pc_type`.
|
| H A D | ksp.md | 920 linear solvers via the options `-sub_ksp_type` and `-sub_pc_type`.
|
| /petsc/doc/faq/ |
| H A D | index.md | 1579 - The preconditioner is too weak or is unstable. See if `-pc_type asm -sub_pc_type lu`
|