Searched refs:orows (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscmat.pxi | 1086 object orows, object ocols, object values): argument 1090 cdef ndarray rows = iarray_i(orows, &ni, &i)
|
| /petsc/src/mat/impls/is/ |
| H A D | matis.c | 3139 PetscInt nrows, ncols, orows, ocols; in MatISSetLocalMat_IS() local 3145 PetscCall(MatGetSize(is->A, &orows, &ocols)); in MatISSetLocalMat_IS() 3147 …orows == nrows && ocols == ncols, PETSC_COMM_SELF, PETSC_ERR_ARG_SIZ, "Local MATIS matrix should b… in MatISSetLocalMat_IS()
|