Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexvtu.c56 … vEnd, cStart, cEnd, pStart, pEnd, cellHeight, numLabelCells, hasLabel, c, v, countcell, countconn; in DMPlexGetVTKConnectivity() local
70 countcell = 0; in DMPlexGetVTKConnectivity()
106 PetscCall(PetscVTKIntCast(countconn, &offsets[countcell])); in DMPlexGetVTKConnectivity()
111 types[countcell] = (PetscVTKType)celltype; in DMPlexGetVTKConnectivity()
112 countcell++; in DMPlexGetVTKConnectivity()
114 …PetscCheck(countcell == piece->ncells, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Inconsistent cell count"); in DMPlexGetVTKConnectivity()