Searched refs:pc_type (Results 1 – 4 of 4) sorted by relevance
| /libCEED/benchmarks/ |
| H A D | petsc-bpsraw.sh | 21 local common_args=(-ceed $ceed -pc_type none -benchmark)
|
| H A D | petsc-bps.sh | 20 local common_args=(-ceed $ceed -pc_type none -benchmark)
|
| /libCEED/examples/solids/ |
| H A D | elasticity.c | 689 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 D | petsc_ops.c | 342 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()
|