Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/jacobi/
H A Djacobi.c60 PCJacobiType type;
68 static PetscErrorCode PCJacobiSetType_Jacobi(PC pc, PCJacobiType type) in PCJacobiSetType_Jacobi()
71 PCJacobiType old_type; in PCJacobiSetType_Jacobi()
99 static PetscErrorCode PCJacobiGetType_Jacobi(PC pc, PCJacobiType *type) in PCJacobiGetType_Jacobi()
433 PCJacobiType deflt, type; in PCSetFromOptions_Jacobi()
455 PCJacobiType type; in PCView_Jacobi()
759 PetscErrorCode PCJacobiSetType(PC pc, PCJacobiType type) in PCJacobiSetType()
763 PetscTryMethod(pc, "PCJacobiSetType_C", (PC, PCJacobiType), (pc, type)); in PCJacobiSetType()
782 PetscErrorCode PCJacobiGetType(PC pc, PCJacobiType *type) in PCJacobiGetType()
786 PetscUseMethod(pc, "PCJacobiGetType_C", (PC, PCJacobiType *), (pc, type)); in PCJacobiGetType()
/petsc/include/
H A Dpetscpctypes.h139 } PCJacobiType; typedef
H A Dpetscpc.h153 PETSC_EXTERN PetscErrorCode PCJacobiSetType(PC, PCJacobiType);
154 PETSC_EXTERN PetscErrorCode PCJacobiGetType(PC, PCJacobiType *);
/petsc/doc/changes/
H A D321.md120 - Add `PC_JACOBI_ROWL1` to `PCJacobiType` to use (scaled) l1 row norms for diagonal approximation w…