Searched refs:fownedStart (Results 1 – 1 of 1) sorted by relevance
1166 PetscInt fownedStart, fownedEnd, fownedSize; in DMPlexCGNS_MatchCGNSFacesToPlexFaces() local1204 PetscCall(PetscSectionGetChart(connSection, &fownedStart, &fownedEnd)); in DMPlexCGNS_MatchCGNSFacesToPlexFaces()1205 fownedSize = fownedEnd - fownedStart; in DMPlexCGNS_MatchCGNSFacesToPlexFaces()1218 for (PetscInt f = fownedStart, f_i = 0; f < fownedEnd; f++, f_i++) { in DMPlexCGNS_MatchCGNSFacesToPlexFaces()