Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/cgns/
H A Dplexcgns2.c1219 PetscInt fndof, foffset, lndof, loffset, idx, nface_ranks = 0; in DMPlexCGNS_MatchCGNSFacesToPlexFaces() local
1224 PetscCall(PetscSectionGetDof(fvert2mvertSection, idx, &lndof)); in DMPlexCGNS_MatchCGNSFacesToPlexFaces()
1227 for (PetscInt l = 0; l < lndof; l++) { in DMPlexCGNS_MatchCGNSFacesToPlexFaces()