Home
last modified time | relevance | path

Searched refs:PCType (Results 1 – 25 of 27) sorted by relevance

12

/petsc/doc/changes/
H A D212.md46 - Added support for PCType PCMAT (PC based on a matvec)
47 - Added support for PCType PCHYPRE (includes PILUT, EUCLID, and
H A D2029.md135 - Paulo Goldfeld contributed new PCType of nn, a version of Mandel's
H A D2022.md91 - `PCType` is now a string, rather than enum type.
/petsc/src/ksp/pc/interface/
H A Dpcset.c46 PetscErrorCode PCSetType(PC pc, PCType type) in PCSetType()
93 PetscErrorCode PCGetType(PC pc, PCType *type) in PCGetType()
H A Dprecon.c1794 PCType cstr; in PCView()
/petsc/src/ts/tutorials/output/
H A Dex3_stringview.out3 …) Gram-Schmidt orthogonalization with no iterative refinement restart 30 PCType: ilu lvls=0,or…
/petsc/include/
H A Dpetscpctypes.h27 typedef const char *PCType; typedef
H A Dpetscpc.h45 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 Dex2.c14 PCType pcname; in main()
H A Dex3.c17 PCType pcname; in main()
/petsc/src/ksp/pc/impls/hmg/
H A Dhmg.c335 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 Dcomposite.c380 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 Dex13.c28 PCType pctype; in main()
H A Dex87.c28 PCType type; in main()
/petsc/src/dm/impls/stag/tests/
H A Dex43.c151 PCType pc_type; in main()
/petsc/src/ksp/ksp/tutorials/
H A Dex87.c33 PCType type; in main()
/petsc/src/ksp/pc/impls/mg/
H A Dmgfunc.c589 PCType pctype; in PCMGGetSmootherUp()
/petsc/doc/manual/
H A Dksp.md695 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 Dadvanced.md288 PCSetType(PC pc,PCType method);
H A Dtao.md930 > | ``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 Dpetscpc.pxi3 ctypedef const char* PetscPCType "PCType"
H A DPC.pyx3 class PCType(object): class
197 Type = PCType
2982 del PCType
/petsc/src/ts/impls/implicit/sundials/
H A Dsundials.c284 PCType pctype; in TSSetUp_Sundials()
/petsc/src/ksp/pc/impls/bddc/
H A Dbddcfetidp.c816 PCType pctype; in PCBDDCSetupFETIDPPCContext()
H A Dbddcschurs.c804 PCType pc_type; in PCBDDCSubSchursSetUp()

12