Lines Matching defs:flg
81 static PetscErrorCode PCJacobiGetUseAbs_Jacobi(PC pc, PetscBool *flg) in PCJacobiGetUseAbs_Jacobi()
90 static PetscErrorCode PCJacobiSetUseAbs_Jacobi(PC pc, PetscBool flg) in PCJacobiSetUseAbs_Jacobi()
108 static PetscErrorCode PCJacobiSetRowl1Scale_Jacobi(PC pc, PetscReal flg) in PCJacobiSetRowl1Scale_Jacobi()
117 static PetscErrorCode PCJacobiGetRowl1Scale_Jacobi(PC pc, PetscReal *flg) in PCJacobiGetRowl1Scale_Jacobi()
126 static PetscErrorCode PCJacobiSetFixDiagonal_Jacobi(PC pc, PetscBool flg) in PCJacobiSetFixDiagonal_Jacobi()
135 static PetscErrorCode PCJacobiGetFixDiagonal_Jacobi(PC pc, PetscBool *flg) in PCJacobiGetFixDiagonal_Jacobi()
432 PetscBool flg; in PCSetFromOptions_Jacobi() local
582 PetscErrorCode PCJacobiSetUseAbs(PC pc, PetscBool flg) in PCJacobiSetUseAbs()
606 PetscErrorCode PCJacobiGetUseAbs(PC pc, PetscBool *flg) in PCJacobiGetUseAbs()
681 PetscErrorCode PCJacobiSetFixDiagonal(PC pc, PetscBool flg) in PCJacobiSetFixDiagonal()
707 PetscErrorCode PCJacobiGetFixDiagonal(PC pc, PetscBool *flg) in PCJacobiGetFixDiagonal()