Lines Matching refs:totalNumPoints
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()
3367 PetscInt totalNumPoints = 0; in DMPlexGeomDataAndGrads() local
3372 totalNumPoints += size; in DMPlexGeomDataAndGrads()
3381 totalNumPoints += size; in DMPlexGeomDataAndGrads()
3390 totalNumPoints += size; in DMPlexGeomDataAndGrads()
3925 const PetscInt rowSize = 3 * maxNumCPs * totalNumPoints; in DMPlexGeomDataAndGrads()