Lines Matching refs:cell
7 …(DM dm, DM dmCell, PetscLimiter lim, PetscInt dim, PetscInt dof, PetscInt cell, PetscInt field, Pe… in DMPlexApplyLimiter_Internal() argument
20 … < fEnd) PetscCall(DMPlexApplyLimiter_Internal(dm, dmCell, lim, dim, dof, cell, field, childFace, … in DMPlexApplyLimiter_Internal()
35 ncell = cell == fcells[0] ? fcells[1] : fcells[0]; in DMPlexApplyLimiter_Internal()
66 PetscInt dim, face, cell, field, dof, cStart, cEnd, nFields; in DMPlexReconstructGradients_Internal() local
122 for (cell = (dmGrad && lim) ? cStart : cEnd; cell < cEnd; ++cell) { in DMPlexReconstructGradients_Internal()
129 PetscCall(DMPlexGetConeSize(dm, cell, &coneSize)); in DMPlexReconstructGradients_Internal()
130 PetscCall(DMPlexGetCone(dm, cell, &faces)); in DMPlexReconstructGradients_Internal()
132 PetscCall(DMPlexPointLocalFieldRead(dm, cell, field, x, &cx)); in DMPlexReconstructGradients_Internal()
134 PetscCall(DMPlexPointLocalRead(dm, cell, x, &cx)); in DMPlexReconstructGradients_Internal()
136 PetscCall(DMPlexPointLocalRead(dmCell, cell, cellgeom, &cg)); in DMPlexReconstructGradients_Internal()
137 PetscCall(DMPlexPointGlobalRef(dmGrad, cell, gr, &cgrad)); in DMPlexReconstructGradients_Internal()
142 …ze; ++f) PetscCall(DMPlexApplyLimiter_Internal(dm, dmCell, lim, dim, dof, cell, nFields > 1 ? fiel… in DMPlexReconstructGradients_Internal()