Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/tests/
H A Dex6.c45 PetscInt i, m = 2, N, M, idx[4], Nsub1, Nsub2, ol = 1, x1, x2; in main() local
77 for (ol = 0; ol < m + 2; ++ol) { in main()
79 PetscCall(MatIncreaseOverlap(C, Nsub1, is1, ol)); in main()
80 PetscCall(PCASMCreateSubdomains2D(m + 1, m + 1, x1, x2, 1, ol, &Nsub2, &is2, &islocal2)); in main()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DTAO.pyx519 ol, ou = varbounds
520 xl = <Vec?> ol; xu = <Vec?> ou
524 ol = varbounds; ou = args
525 xl = <Vec?> ol; xu = <Vec?> ou