Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexglvis.c784 … PetscInt uvpc, v, csize, csizeCell, cellClosureSize, *cellClosure = NULL, *vidxs = NULL; in DMPlexView_GLVis_ASCII() local
792 PetscCall(DMPlexGetTransitiveClosure(dm, p, PETSC_TRUE, &cellClosureSize, &cellClosure)); in DMPlexView_GLVis_ASCII()
793 for (v = 0; v < cellClosureSize; v++) in DMPlexView_GLVis_ASCII()
806 … PetscCall(DMPlexRestoreTransitiveClosure(dm, p, PETSC_TRUE, &cellClosureSize, &cellClosure)); in DMPlexView_GLVis_ASCII()