Home
last modified time | relevance | path

Searched refs:sub_ksp_type (Results 1 – 7 of 7) sorted by relevance

/petsc/share/petsc/saws/js/
H A Ddefaults.js36 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 DlistLogic.js40 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 Devents.js63 var sub_ksp_type = defaults.sub_ksp_type;
66 ksp_type: sub_ksp_type
H A DtreeInterface.js258 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 Dreadme21 ./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 Dother.md206 `-sub_ksp_type` and `-sub_pc_type`.
H A Dksp.md920 linear solvers via the options `-sub_ksp_type` and `-sub_pc_type`.