Home
last modified time | relevance | path

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

/libCEED/benchmarks/
H A Dpetsc-bpsraw.sh21 local common_args=(-ceed $ceed -pc_type none -benchmark)
H A Dpetsc-bps.sh20 local common_args=(-ceed $ceed -pc_type none -benchmark)
/libCEED/examples/solids/
H A Delasticity.c689 PCType pc_type; in main() local
691 PetscCall(PCGetType(pc, &pc_type)); in main()
692 PetscCall(PetscPrintf(comm, " PC Type : %s\n", pc_type)); in main()
694 if (!strcmp(pc_type, PCMG)) { in main()
706 PCType pc_type; in main() local
711 PetscCall(PCGetType(pc_coarse, &pc_type)); in main()
716 ksp_type, pc_type)); in main()
/libCEED/examples/fluids/src/
H A Dpetsc_ops.c342 PCType pc_type; in CreateSolveOperatorsFromMatCeed() local
345 PetscCall(PCGetType(pc, &pc_type)); in CreateSolveOperatorsFromMatCeed()
346 …PetscCall(PetscStrcmpAny(pc_type, &use_matceed_pmat, PCNONE, PCJACOBI, PCVPBJACOBI, PCPBJACOBI, ""… in CreateSolveOperatorsFromMatCeed()