Searched refs:faceChunkSize (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexfem.c | 5195 …PetscInt Nf, f, totDim, totDimAux, numChunks, cellChunkSize, faceChunkSize, chunk, fStart, … in DMPlexComputeResidualByKey() local 5277 faceChunkSize = (fEnd - fStart) / numChunks; in DMPlexComputeResidualByKey() 5284 …PetscInt fS = fStart + chunk * faceChunkSize, fE = PetscMin(fS + faceChunkSize, fEnd), num… in DMPlexComputeResidualByKey()
|