Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/jacobi/
H A Djacobi.c631 PetscErrorCode PCJacobiSetRowl1Scale(PC pc, PetscReal scale) in PCJacobiSetRowl1Scale() function
/petsc/src/ksp/ksp/tutorials/
H A Dex56.c304 PetscCall(PCJacobiSetRowl1Scale(pc, 0.5)); in main()
/petsc/doc/changes/
H A D321.md121 - Add `PCJacobiSetRowl1Scale()` and `-pc_jacobi_rowl1_scale scale` to access new scale member of PC…
/petsc/include/
H A Dpetscpc.h160 PETSC_EXTERN PetscErrorCode PCJacobiSetRowl1Scale(PC, PetscReal);