Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexfluent.c702 PetscInt coordSize, maxFaceSize = 0, totFaceVert = 0, f; in DMPlexCreateFluent() local
761 offset = totFaceVert; in DMPlexCreateFluent()
763 PetscCall(PetscMalloc1(totFaceVert + totSize, &tmp)); in DMPlexCreateFluent()
764 if (faces) PetscCall(PetscArraycpy(tmp, faces, totFaceVert)); in DMPlexCreateFluent()
766 totFaceVert += totSize; in DMPlexCreateFluent()