Home
last modified time | relevance | path

Searched refs:fdistStart (Results 1 – 1 of 1) sorted by relevance

/petsc/src/dm/impls/plex/cgns/
H A Dplexcgns2.c1398 PetscInt fdistStart, fdistEnd, numfdist; in DMPlexCGNS_MatchCGNSFacesToPlexFaces() local
1401 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()