Searched defs:jdxm (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/mat/impls/nest/ |
| H A D | matnest.c | 1060 static PetscErrorCode MatNestGetSubMat_Nest(Mat A, PetscInt idxm, PetscInt jdxm, Mat *mat) in MatNestGetSubMat_Nest() 1089 PetscErrorCode MatNestGetSubMat(Mat A, PetscInt idxm, PetscInt jdxm, Mat *sub) in MatNestGetSubMat() 1100 static PetscErrorCode MatNestSetSubMat_Nest(Mat A, PetscInt idxm, PetscInt jdxm, Mat mat) in MatNestSetSubMat_Nest() 1153 PetscErrorCode MatNestSetSubMat(Mat A, PetscInt idxm, PetscInt jdxm, Mat sub) in MatNestSetSubMat()
|
| /petsc/src/mat/interface/ |
| H A D | matrix.c | 1790 PetscInt buf[8192], *bufm = NULL, *bufn = NULL, *jdxm, *jdxn; in MatSetValuesStencil() local 1905 PetscInt buf[8192], *bufm = NULL, *bufn = NULL, *jdxm, *jdxn; in MatSetValuesBlockedStencil() local 6513 PetscInt *jdxm, i, j, tmp, numNewRows = 0; in MatZeroRowsStencil() local 6596 PetscInt *jdxm, i, j, tmp, numNewRows = 0; in MatZeroRowsColumnsStencil() local
|