Searched refs:rowflag (Results 1 – 1 of 1) sorted by relevance
1940 PetscBool rowflag, colflag, wantallmatrix = PETSC_FALSE; in MatCreateSubMatrices_MPIAIJ() local1960 PetscCall(ISIdentity(*isrow, &rowflag)); in MatCreateSubMatrices_MPIAIJ()1964 if (rowflag && colflag && nrow == C->rmap->N && ncol == C->cmap->N) { in MatCreateSubMatrices_MPIAIJ()