Home
last modified time | relevance | path

Searched refs:PCJacobiGetType (Results 1 – 2 of 2) sorted by relevance

/petsc/src/ksp/pc/impls/jacobi/
H A Djacobi.c74 PetscCall(PCJacobiGetType(pc, &old_type)); in PCJacobiSetType_Jacobi()
436 PetscCall(PCJacobiGetType(pc, &deflt)); in PCSetFromOptions_Jacobi()
460 PetscCall(PCJacobiGetType(pc, &type)); in PCView_Jacobi()
782 PetscErrorCode PCJacobiGetType(PC pc, PCJacobiType *type) in PCJacobiGetType() function
/petsc/include/
H A Dpetscpc.h154 PETSC_EXTERN PetscErrorCode PCJacobiGetType(PC, PCJacobiType *);