Searched refs:totFaceVert (Results 1 – 1 of 1) sorted by relevance
702 PetscInt coordSize, maxFaceSize = 0, totFaceVert = 0, f; in DMPlexCreateFluent() local761 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()