Searched refs:fdistStart (Results 1 – 1 of 1) sorted by relevance
1398 PetscInt fdistStart, fdistEnd, numfdist; in DMPlexCGNS_MatchCGNSFacesToPlexFaces() local1401 PetscCall(PetscSectionGetChart(connDistSection, &fdistStart, &fdistEnd)); in DMPlexCGNS_MatchCGNSFacesToPlexFaces()1402 numfdist = fdistEnd - fdistStart; in DMPlexCGNS_MatchCGNSFacesToPlexFaces()1407 for (PetscInt f = fdistStart, f_i = 0; f < fdistEnd; f++, f_i++) { in DMPlexCGNS_MatchCGNSFacesToPlexFaces()