Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexegads.c2851 int maxNumCPs = 0; in DMPlex_Surface_Grad() local
2884 if (maxNumCPs_temp > maxNumCPs) maxNumCPs = maxNumCPs_temp; in DMPlex_Surface_Grad()
2974 const PetscInt rowSize = 3 * maxNumCPs * totalNumPoints; in DMPlex_Surface_Grad()
3053 gcntr += 3 * maxNumCPs; in DMPlex_Surface_Grad()
3090 gcntr += 3 * maxNumCPs; in DMPlex_Surface_Grad()
3124 gcntr += 3 * maxNumCPs; in DMPlex_Surface_Grad()
3395 int maxNumCPs = 0; in DMPlexGeomDataAndGrads() local
3427 if (maxNumCPs_temp > maxNumCPs) maxNumCPs = maxNumCPs_temp; in DMPlexGeomDataAndGrads()
3925 const PetscInt rowSize = 3 * maxNumCPs * totalNumPoints; in DMPlexGeomDataAndGrads()
4010 gcntr += 3 * maxNumCPs; in DMPlexGeomDataAndGrads()
[all …]