Home
last modified time | relevance | path

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

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscmat.pxi1086 object orows, object ocols, object values): argument
1090 cdef ndarray rows = iarray_i(orows, &ni, &i)
/petsc/src/mat/impls/is/
H A Dmatis.c3139 PetscInt nrows, ncols, orows, ocols; in MatISSetLocalMat_IS() local
3145 PetscCall(MatGetSize(is->A, &orows, &ocols)); in MatISSetLocalMat_IS()
3147orows == nrows && ocols == ncols, PETSC_COMM_SELF, PETSC_ERR_ARG_SIZ, "Local MATIS matrix should b… in MatISSetLocalMat_IS()