Searched refs:fndof (Results 1 – 1 of 1) sorted by relevance
1219 PetscInt fndof, foffset, lndof, loffset, idx, nface_ranks = 0; in DMPlexCGNS_MatchCGNSFacesToPlexFaces() local1221 PetscCall(PetscSectionGetDof(connSection, f, &fndof)); in DMPlexCGNS_MatchCGNSFacesToPlexFaces()1230 for (PetscInt v = 1; v < fndof; v++) { in DMPlexCGNS_MatchCGNSFacesToPlexFaces()