Searched full:pc_type (Results 1 – 7 of 7) sorted by relevance
| /honee/examples/ |
| H A D | flatplate_STG.yaml | 19 pc_type: vpbjacobi
|
| H A D | vortexshedding.yaml | 64 #pc_type: vpbjacobi
|
| H A D | navierstokes.c | 207 …bin -dm_plex_box_faces 2,2,1 -ts_max_steps 5 -degree 3 -amat_type shell -pc_type vpbjacobi -ts_alp…
|
| /honee/src/ |
| H A D | petsc_ops.c | 341 PCType pc_type; in CreateSolveOperatorsFromMatCeed() local 344 PetscCall(PCGetType(pc, &pc_type)); in CreateSolveOperatorsFromMatCeed() 345 …PetscCall(PetscStrcmpAny(pc_type, &use_matceed_pmat, PCNONE, PCJACOBI, PCVPBJACOBI, PCPBJACOBI, PC… in CreateSolveOperatorsFromMatCeed()
|
| H A D | diff_flux_projection.c | 364 // Run PCApply manually if using ksp_type preonly -pc_type jacobi in DivDiffFluxProjectionApply() 394 // Run PCApply manually if using -ksp_type preonly -pc_type jacobi in DivDiffFluxProjectionApply()
|
| H A D | cloptions.c | 166 …mm, "Warning! -pmat_pbdiagonal no longer used. Pmat assembly determined from -pc_type setting\n")); in ProcessCommandLineOptions()
|
| H A D | setupts.c | 54 // Run PCApply manually if using ksp_type preonly -pc_type jacobi in RHS_NS()
|