Searched refs:ldoffset (Results 1 – 1 of 1) sorted by relevance
1231 PetscInt ldndof, ldoffset, idx; in DMPlexCGNS_MatchCGNSFacesToPlexFaces() local1236 PetscCall(PetscSectionGetOffset(fvert2mvertSection, idx, &ldoffset)); in DMPlexCGNS_MatchCGNSFacesToPlexFaces()1238 …for (PetscInt ld = 0; ld < ldndof; ld++) vert_has_rank = (fvert2mvert[ldoffset + ld].rank == rank)… in DMPlexCGNS_MatchCGNSFacesToPlexFaces()