Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/tests/
H A Dex5.c31 PetscInt x_mesh = 15, levels = 3, cycles = 1, use_jacobi = 0; in main() local
53 if (flg) use_jacobi = 1; in main()
110 if (use_jacobi) PetscCall(PCShellSetApplyRichardson(pc, jacobi_smoother)); in main()