Searched refs:totalNumTris (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexegads.c | 2089 int totalNumTris = 0, totalNumPoints = 0; in DMPlexCreateGeom_Tess_Internal() local 2138 if (!TISfound) PetscCall(PetscHMapISet(triIndexStartMap, b, totalNumTris)); in DMPlexCreateGeom_Tess_Internal() 2209 totalNumTris += bodyNumTris; in DMPlexCreateGeom_Tess_Internal() 2218 PetscCall(PetscMalloc2(totalNumPoints * cdim, &coords, totalNumTris * numCorners, &cells)); in DMPlexCreateGeom_Tess_Internal() 2332 …PetscCall(DMPlexCreateFromCellListPetsc(PETSC_COMM_WORLD, dim, totalNumTris, totalNumPoints, numCo… in DMPlexCreateGeom_Tess_Internal()
|