Home
last modified time | relevance | path

Searched refs:fndof (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
1221 PetscCall(PetscSectionGetDof(connSection, f, &fndof)); in DMPlexCGNS_MatchCGNSFacesToPlexFaces()
1230 for (PetscInt v = 1; v < fndof; v++) { in DMPlexCGNS_MatchCGNSFacesToPlexFaces()