Home
last modified time | relevance | path

Searched refs:pc_type (Results 1 – 25 of 59) sorted by relevance

123

/petsc/share/petsc/saws/js/
H A DgetCmdOptions.js22 ret += "-" + prefix + "pc_type " + data[endtag].pc_type + endl;
25 var pc_type = data[endtag].pc_type;
27 if(pc_type == "mg") { //add extra info related to mg
31 else if(pc_type == "gamg") {
35 else if(pc_type == "fieldsplit") {
39 else if(pc_type == "bjacobi") {
42 else if(pc_type == "asm") {
46 else if(pc_type == "redundant") {
60 if(pc_type == "mg")
62 if(pc_type == "gamg")
[all …]
H A DtreeInterface.js114 var oldPc = matInfo[endtag].pc_type;
125 matInfo[endtag].pc_type = $("#temp_pc_type").val();
138 $("#pc_type" + endtag).val(matInfo[endtag].pc_type);
141 var pc_type = matInfo[endtag].pc_type;
143 if(pc_type == "fieldsplit") { //extra options for fieldsplit
156 else if(pc_type == "mg") { //extra options for mg
169 else if(pc_type == "gamg") {
182 else if(pc_type == "bjacobi") {
189 else if(pc_type == "redundant") {
196 else if(pc_type == "asm") {
[all …]
H A DdrawDiagrams.js21 if(data[endtag].pc_type == "fieldsplit") {
27 else if(data[endtag].pc_type == "mg") {
36 if(data[endtag].pc_type == "fieldsplit") { //draw fieldsplit diagram
64 if(data[childEndtag] != undefined && data[childEndtag].pc_type == "fieldsplit")
68 else if(data[childEndtag] != undefined && data[childEndtag].pc_type == "mg") {
92 …else if(data[endtag].pc_type == "mg") { //draw multigrid diagram. multigrid diagram doesn't use an…
H A DboxTree.js25 var pc_type = data[endtag].pc_type;
47 if(pc_type == "mg" || pc_type == "gamg") {
87 var pc_type = data[endtag].pc_type;
112 var pc_type = data[endtag].pc_type;
129 if(pc_type == "mg" || pc_type == "gamg") { //put children to the east
H A Ddefaults.js11 ret.pc_type = "fieldsplit";
15 ret.pc_type = "icc";
26 ret.pc_type = "bjacobi";
H A DrecordSawsData.js21 data[endtag].pc_type = SAWs_pcVal;
39 …if(data[parentEndtag] != undefined && data[parentEndtag].pc_type == "mg") { //check to see if pare…
45 …if(data[parentEndtag] != undefined && data[parentEndtag].pc_type == "fieldsplit"){ //check to see …
H A DlistLogic.js16 matInfo[endtag].pc_type = pcValue;
39 pc_type : defaults.sub_pc_type, property
91 pc_type : defaults.sub_pc_type, property
134 pc_type : defaults.sub_pc_type, property
170 pc_type : defaults.sub_pc_type, property
213 pc_type : defaults.sub_pc_type, property
244 pc_type : defaults.sub_pc_type, property
294 pc_type : defaults.sub_pc_type, property
453 if(matInfo[endtag].pc_type == "mg") {
456 else if(matInfo[endtag].pc_type == "fieldsplit") {
[all …]
H A Devents.js57 var parent_pc_type = matInfo[parentEndtag].pc_type;
65 pc_type: sub_pc_type, property
70 $("#pc_type" + endtag).val(defaults.pc_type);
H A DmatrixTex.js83 var pc = data[endtag].pc_type;
/petsc/share/petsc/saws/
H A Dreadme17 ./ex19 -saws_options -pc_type bjacobi -pc_bjacobi_blocks 2
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…
27 ./ex19 -saws_options -da_refine 2 -pc_type mg -ksp_type fgmres -mg_coarse_pc_type redundant
31 ./ex19 -saws_options -ksp_type fgmres -pc_type ksp -ksp_ksp_type bcgs -ksp_pc_type ksp -ksp_ksp_ksp…
33 ./ex19 -saws_options -ksp_type fgmres -pc_type ksp -ksp_ksp_type bcgs -ksp_pc_type ksp -ksp_ksp_ksp…
37 ./ex19 -saws_options -ksp_type fgmres -pc_type ksp -ksp_ksp_type bcgs -ksp_pc_type ksp -ksp_ksp_ksp…
41 ./ex19 -saws_options -ksp_type fgmres -pc_type fieldsplit -pc_fieldsplit_block_size 2 -pc_fieldspli…
43 ./ex19 -saws_options -ksp_type fgmres -pc_type fieldsplit -pc_fieldsplit_block_size 2 -pc_fieldspli…
45 ./ex19 -saws_options -pc_type fieldsplit -ksp_type fgmres -da_refine 1 -pc_fieldsplit_block_size 4
/petsc/src/snes/tutorials/
H A Dmakefile35 …-${QUIET}${MPIEXEC} -n 1 ${MPIEXEC_TAIL} ./ex19 -da_refine 3 -pc_type mg -ksp_type fgmres > ex19.…
47 …-${QUIET}${MPIEXEC} -n 2 ${MPIEXEC_TAIL} ./ex19 -da_refine 3 -pc_type mg -ksp_type fgmres -snes_ty…
60 …./ex19 -da_refine 3 -snes_monitor_short -ksp_norm_type unpreconditioned -pc_type hypre > ex19.tmp …
71 …usparse -da_refine 3 -snes_monitor_short -ksp_norm_type unpreconditioned -pc_type hypre > ex19.tmp;
82 …psparse -da_refine 3 -snes_monitor_short -ksp_norm_type unpreconditioned -pc_type hypre > ex19.tmp;
92 …} ./ex19 -snes_monitor -dm_mat_type seqaijcusparse -dm_vec_type seqcuda -pc_type gamg -ksp_monitor…
102 …AIL} ./ex19 -snes_monitor -dm_mat_type mpiaijhipsparse -dm_vec_type hip -pc_type gamg -ksp_monitor…
112 …-${QUIET}${MPIEXEC} -n 2 ${MPIEXEC_TAIL} ./ex19 -da_refine 3 -snes_monitor_short -pc_type ml > ex1…
122 …-${QUIET}${MPIEXEC} -n 2 ${MPIEXEC_TAIL} ./ex19 -pc_type fieldsplit -pc_fieldsplit_block_size 4 -p…
132 …-${QUIET}${MPIEXEC} -n 1 ${MPIEXEC_TAIL} ./ex19 -da_grid_x 20 -da_grid_y 20 -pc_type lu -pc_factor…
[all …]
/petsc/src/ts/tutorials/hybrid/
H A Drun.sh7 ./ex1adj -pc_type lu -ts_event_tol 1e-10 -tend "$tend"
10 ./ex1fwd -pc_type lu -ts_event_tol 1e-10 -tend 0.25
/petsc/src/ts/tutorials/phasefield/
H A Dbiharmonictest.m7 …system(['./biharmonic -ts_monitor -snes_vi_monitor -pc_type lu -vi -snes_max_it 250 -snes_converge…
8 …s -snes_linesearch_minlambda 1.e-30 -snes_rtol 1.e-25 -snes_atol 1.e-15 -pc_type lu -vi -snes_conv…
H A Dheattest.m6 …system(['./heat -allen-cahn -kappa .001 -ts_monitor -snes_monitor -pc_type lu -snes_converged_…
/petsc/src/ts/tutorials/network/
H A DpOption1 -pc_type lu
/petsc/doc/tutorials/
H A Dhandson.md48 …$ mpiexec -n 4 ./ex50 -da_grid_x 120 -da_grid_y 120 -pc_type lu -pc_factor_mat_solver_type superl…
61 $ mpiexec -n 4 ./ex50 -da_grid_x 1025 -da_grid_y 1025 -pc_type mg -pc_mg_levels 9 -ksp_monitor
176 $ mpiexec -n 4 ./ex19 -da_refine 5 -snes_monitor -ksp_monitor -snes_view -pc_type mg
192 $ mpiexec -n 4 ./ex19 -da_refine 5 -snes_monitor -ksp_monitor -snes_view -pc_type hypre
209 $ mpiexec -n 4 ./ex19 -da_refine 5 -snes_monitor -ksp_monitor -snes_view -pc_type ml
238 $ mpiexec -n 1 ./ex19 -da_refine 5 -log_view -pc_type mg
270 $ mpiexec -n 4 ./ex19 -da_refine 5 -log_view -pc_type mg
/petsc/src/ts/tutorials/power_grid/stability_9bus/
H A Dpetscoptions9 -pc_type lu
/petsc/src/snes/tutorials/network/power/
H A Dpoweroptions9 -pc_type bjacobi
/petsc/src/ts/tutorials/power_grid/
H A Dpetscopt_ex727 -pc_type lu
/petsc/src/ts/tutorials/
H A Dmeth_ethanol.inp31 -pc_type lu
H A Dh2_10sp.inp39 -pc_type lu
H A Dgasoline.inp46 -pc_type lu
/petsc/src/dm/impls/swarm/tests/
H A Dmakefile12 …-${MPIEXEC} -n ${NP} ${MPIEXEC_TAIL} ./ex2 -dim 2 -pc_type lu -faces ${N} -particles_cell ${P} -pe…
/petsc/src/dm/impls/stag/tests/
H A Dex43.c151 PCType pc_type; in main() local
155 PetscCall(PCGetType(pc, &pc_type)); in main()
156 PetscCall(PetscStrcmp(pc_type, PCFIELDSPLIT, &is_fieldsplit)); in main()
/petsc/src/ksp/ksp/tests/output/
H A Dex63_2.out5 ../ex63 : Warning, the 6th option '-pc_type' was not recognized (use --help)!

123