Searched refs:sub_ksp_type (Results 1 – 7 of 7) sorted by relevance
| /petsc/share/petsc/saws/js/ |
| H A D | defaults.js | 36 sub_ksp_type: "chebyshev", property 47 sub_ksp_type: "chebyshev", property 58 sub_ksp_type: "chebyshev", property 69 sub_ksp_type: "preonly" property 84 sub_ksp_type: "preonly" property 98 sub_ksp_type: "preonly" property 112 sub_ksp_type: "gmres" property
|
| H A D | listLogic.js | 40 ksp_type: defaults.sub_ksp_type, 61 $("#ksp_type" + childEndtag).val(defaults.sub_ksp_type); 92 ksp_type: defaults.sub_ksp_type, 113 $("#ksp_type" + childEndtag).val(defaults.sub_ksp_type); 135 ksp_type: defaults.sub_ksp_type, 151 $("#ksp_type" + childEndtag).val(defaults.sub_ksp_type); 171 ksp_type: defaults.sub_ksp_type, 189 $("#ksp_type" + childEndtag).val(defaults.sub_ksp_type); 214 ksp_type: defaults.sub_ksp_type, 232 $("#ksp_type" + childEndtag).val(defaults.sub_ksp_type); [all …]
|
| H A D | events.js | 63 var sub_ksp_type = defaults.sub_ksp_type; 66 ksp_type: sub_ksp_type
|
| H A D | treeInterface.js | 258 ksp_type: defaults.sub_ksp_type, 274 ksp_type: defaults.sub_ksp_type, 291 ksp_type: defaults.sub_ksp_type, 308 ksp_type: defaults.sub_ksp_type, 324 ksp_type: defaults.sub_ksp_type, 378 ksp_type: defaults.sub_ksp_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/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`.
|