Searched refs:lndof (Results 1 – 1 of 1) sorted by relevance
1219 PetscInt fndof, foffset, lndof, loffset, idx, nface_ranks = 0; in DMPlexCGNS_MatchCGNSFacesToPlexFaces() local1224 PetscCall(PetscSectionGetDof(fvert2mvertSection, idx, &lndof)); in DMPlexCGNS_MatchCGNSFacesToPlexFaces()1227 for (PetscInt l = 0; l < lndof; l++) { in DMPlexCGNS_MatchCGNSFacesToPlexFaces()