| /petsc/doc/changes/ |
| H A D | 212.md | 46 - Added support for PCType PCMAT (PC based on a matvec) 47 - Added support for PCType PCHYPRE (includes PILUT, EUCLID, and
|
| H A D | 2029.md | 135 - Paulo Goldfeld contributed new PCType of nn, a version of Mandel's
|
| H A D | 2022.md | 91 - `PCType` is now a string, rather than enum type.
|
| /petsc/src/ksp/pc/interface/ |
| H A D | pcset.c | 46 PetscErrorCode PCSetType(PC pc, PCType type) in PCSetType() 93 PetscErrorCode PCGetType(PC pc, PCType *type) in PCGetType()
|
| H A D | precon.c | 1794 PCType cstr; in PCView()
|
| /petsc/src/ts/tutorials/output/ |
| H A D | ex3_stringview.out | 3 …) Gram-Schmidt orthogonalization with no iterative refinement restart 30 PCType: ilu lvls=0,or…
|
| /petsc/include/ |
| H A D | petscpctypes.h | 27 typedef const char *PCType; typedef
|
| H A D | petscpc.h | 45 PETSC_EXTERN PetscErrorCode PCSetType(PC, PCType); 46 PETSC_EXTERN PetscErrorCode PCGetType(PC, PCType *); 271 PETSC_EXTERN PetscErrorCode PCCompositeAddPCType(PC, PCType); 468 PETSC_EXTERN PetscErrorCode PCHMGSetInnerPCType(PC, PCType);
|
| /petsc/src/ksp/pc/tests/ |
| H A D | ex2.c | 14 PCType pcname; in main()
|
| H A D | ex3.c | 17 PCType pcname; in main()
|
| /petsc/src/ksp/pc/impls/hmg/ |
| H A D | hmg.c | 335 static PetscErrorCode PCHMGSetInnerPCType_HMG(PC pc, PCType type) in PCHMGSetInnerPCType_HMG() 362 PetscErrorCode PCHMGSetInnerPCType(PC pc, PCType type) in PCHMGSetInnerPCType() 366 PetscUseMethod(pc, "PCHMGSetInnerPCType_C", (PC, PCType), (pc, type)); in PCHMGSetInnerPCType()
|
| /petsc/src/ksp/pc/impls/composite/ |
| H A D | composite.c | 380 static PetscErrorCode PCCompositeAddPCType_Composite(PC pc, PCType type) in PCCompositeAddPCType_Composite() 522 PetscErrorCode PCCompositeAddPCType(PC pc, PCType type) in PCCompositeAddPCType() 526 PetscTryMethod(pc, "PCCompositeAddPCType_C", (PC, PCType), (pc, type)); in PCCompositeAddPCType()
|
| /petsc/src/ksp/ksp/tests/ |
| H A D | ex13.c | 28 PCType pctype; in main()
|
| H A D | ex87.c | 28 PCType type; in main()
|
| /petsc/src/dm/impls/stag/tests/ |
| H A D | ex43.c | 151 PCType pc_type; in main()
|
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex87.c | 33 PCType type; in main()
|
| /petsc/src/ksp/pc/impls/mg/ |
| H A D | mgfunc.c | 589 PCType pctype; in PCMGGetSmootherUp()
|
| /petsc/doc/manual/ |
| H A D | ksp.md | 695 PCSetType(PC pc,PCType method); 699 preconditioning methods supported in PETSc. See the `PCType` manual 722 - PCType 778 list can be found by consulting the `PCType` manual page; we discuss 919 `PCType=PCILU`, `KSPType=KSPPREONLY` (or equivalently `KSPType=KSPNONE`); the user can set alternat… 1155 …> - `-mg_levels_pc_type` \<PCType:jacobi> Sets the smoother to use on each level. See `PCSetType()… 1159 > - `-mg_coarse_pc_type` \<PCType:lu> Sets the solver `PCType` to use on the coarsest level. 2465 - PCType
|
| H A D | advanced.md | 288 PCSetType(PC pc,PCType method);
|
| H A D | tao.md | 930 > | ``pc_type`` | none, jacobi | lmvm | PCType for linear | 1293 > | ``pc_type`` | none, jacobi | lmvm | PCType for linear |
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscpc.pxi | 3 ctypedef const char* PetscPCType "PCType"
|
| H A D | PC.pyx | 3 class PCType(object): class 197 Type = PCType 2982 del PCType
|
| /petsc/src/ts/impls/implicit/sundials/ |
| H A D | sundials.c | 284 PCType pctype; in TSSetUp_Sundials()
|
| /petsc/src/ksp/pc/impls/bddc/ |
| H A D | bddcfetidp.c | 816 PCType pctype; in PCBDDCSetupFETIDPPCContext()
|
| H A D | bddcschurs.c | 804 PCType pc_type; in PCBDDCSubSchursSetUp()
|