Searched refs:offCell (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexfem.c | 4634 …s, cStart, cEnd, numChunks, chunkSize, chunk, totDim, totDimAux = 0, sz, wsz, off = 0, offCell = 0; in DMPlexComputeJacobian_Patch_Internal() local 4720 for (chunk = 0; chunk < numChunks; ++chunk, offCell += chunkSize) { in DMPlexComputeJacobian_Patch_Internal() 4721 const PetscInt Ncell = PetscMin(chunkSize, numCells - offCell); in DMPlexComputeJacobian_Patch_Internal() 4726 const PetscInt cell = cells ? cells[c + offCell] : c + offCell; in DMPlexComputeJacobian_Patch_Internal() 4778 const PetscInt cell = cells ? cells[c + offCell] : c + offCell; in DMPlexComputeJacobian_Patch_Internal()
|