Home
last modified time | relevance | path

Searched full:pc_type (Results 1 – 7 of 7) sorted by relevance

/honee/examples/
H A Dflatplate_STG.yaml19 pc_type: vpbjacobi
H A Dvortexshedding.yaml64 #pc_type: vpbjacobi
H A Dnavierstokes.c207 …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 Dpetsc_ops.c341 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 Ddiff_flux_projection.c364 // 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 Dcloptions.c166 …mm, "Warning! -pmat_pbdiagonal no longer used. Pmat assembly determined from -pc_type setting\n")); in ProcessCommandLineOptions()
H A Dsetupts.c54 // Run PCApply manually if using ksp_type preonly -pc_type jacobi in RHS_NS()