Searched refs:subcstart (Results 1 – 1 of 1) sorted by relevance
35 …PetscInt subrstart, subrend, subrowsize, subcolsize, subcstart, subcend, rowsize, colsiz… in PCHMGExpandInterpolation_Private() local47 PetscCall(MatGetOwnershipRangeColumn(subinterp, &subcstart, &subcend)); in PCHMGExpandInterpolation_Private()48 subcolsize = subcend - subcstart; in PCHMGExpandInterpolation_Private()57 if (idx[i] >= subcstart && idx[i] < subcend) dnz++; in PCHMGExpandInterpolation_Private()