Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/cgns/
H A Dplexcgns2.c1231 PetscInt ldndof, ldoffset, idx; in DMPlexCGNS_MatchCGNSFacesToPlexFaces() local
1235 PetscCall(PetscSectionGetDof(fvert2mvertSection, idx, &ldndof)); in DMPlexCGNS_MatchCGNSFacesToPlexFaces()
1238 …for (PetscInt ld = 0; ld < ldndof; ld++) vert_has_rank = (fvert2mvert[ldoffset + ld].rank == rank)… in DMPlexCGNS_MatchCGNSFacesToPlexFaces()