Searched refs:support_size (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/cgns/ |
| H A D | plexcgns2.c | 1408 PetscInt ndof, offset, support_size; in DMPlexCGNS_MatchCGNSFacesToPlexFaces() local 1415 …PetscCall(DMPlexGetTransitiveClosure(dm, connDist[offset + 0], PETSC_FALSE, &support_size, &suppor… in DMPlexCGNS_MatchCGNSFacesToPlexFaces() 1416 for (PetscInt s = 0; s < support_size; s++) { in DMPlexCGNS_MatchCGNSFacesToPlexFaces() 1436 …PetscCall(DMPlexRestoreTransitiveClosure(dm, connDist[offset + 0], PETSC_FALSE, &support_size, &su… in DMPlexCGNS_MatchCGNSFacesToPlexFaces()
|