Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/cgns/
H A Dplexcgns2.c1166 PetscInt fownedStart, fownedEnd, fownedSize; in DMPlexCGNS_MatchCGNSFacesToPlexFaces() local
1204 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()