Lines Matching refs:ISGetSize
23 PetscCall(ISGetSize(bA->isglobal.row[i], &sM)); in MatNestGetSizes_Private()
30 PetscCall(ISGetSize(bA->isglobal.col[j], &sN)); in MatNestGetSizes_Private()
124 PetscCall(ISGetSize(bA->isglobal.row[i], &M)); in MatProductNumeric_Nest_Dense()
129 PetscCall(ISGetSize(bA->isglobal.col[j], &M)); in MatProductNumeric_Nest_Dense()
225 PetscCall(ISGetSize(bA->isglobal.col[j], &M)); in MatProductSymbolic_Nest_Dense()
560 PetscCall(ISGetSize(is, &size)); in MatNestFindISRange()
565 PetscCall(ISGetSize(out, &m)); in MatNestFindISRange()
572 PetscCall(ISGetSize(out, &m)); in MatNestFindISRange()
1112 PetscCall(ISGetSize(bA->isglobal.row[idxm], &Mi)); in MatNestSetSubMat_Nest()
1114 PetscCall(ISGetSize(bA->isglobal.col[jdxm], &Ni)); in MatNestSetSubMat_Nest()
1723 PetscCall(ISGetSize(vs->isglobal.row[i], &Mi)); in MatSetUp_NestIS_Private()
1724 PetscCall(ISGetSize(vs->isglobal.col[j], &Ni)); in MatSetUp_NestIS_Private()
1960 PetscCall(ISGetSize(bNis, &bN)); in MatAXPY_Dense_Nest()
2069 PetscCall(ISGetSize(nest->isglobal.row[i], &f)); in MatConvert_Nest_AIJ()
2083 PetscCall(ISGetSize(nest->isglobal.col[i], &f)); in MatConvert_Nest_AIJ()
2117 PetscCall(ISGetSize(bNis, &bN)); in MatConvert_Nest_AIJ()