Searched refs:totalNumPoints (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 2137 if (!PISfound) PetscCall(PetscHMapISet(pointIndexStartMap, b, totalNumPoints)); in DMPlexCreateGeom_Tess_Internal() 2208 totalNumPoints += bodyNumPoints; 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() 2823 PetscInt totalNumPoints = 0; in DMPlex_Surface_Grad() local 2828 totalNumPoints += size; in DMPlex_Surface_Grad() 2837 totalNumPoints += size; in DMPlex_Surface_Grad() 2846 totalNumPoints += size; in DMPlex_Surface_Grad() 2974 const PetscInt rowSize = 3 * maxNumCPs * totalNumPoints; in DMPlex_Surface_Grad() [all …]
|