Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexfem.c5195 …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()