Home
last modified time | relevance | path

Searched refs:sub_pc_type (Results 1 – 10 of 10) sorted by relevance

/petsc/share/petsc/saws/js/
H A Ddefaults.js35 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 DlistLogic.js39 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 Devents.js62 var sub_pc_type = defaults.sub_pc_type;
65 pc_type: sub_pc_type,
H A DtreeInterface.js257 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 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/src/snes/tutorials/network/power/
H A Dpoweroptions10 -sub_pc_type lu
/petsc/src/ts/tutorials/power_grid/stability_9bus/
H A Dex9busnetworkops9 -sub_pc_type lu
/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`.
/petsc/doc/faq/
H A Dindex.md1579 - The preconditioner is too weak or is unstable. See if `-pc_type asm -sub_pc_type lu`