Lines Matching refs:cx
7 …const PetscScalar *cellgeom, const PetscFVCellGeom *cg, const PetscScalar *cx, const PetscScalar *… in DMPlexApplyLimiter_Internal() argument
20 …dmCell, lim, dim, dof, cell, field, childFace, fStart, fEnd, cellPhi, x, cellgeom, cg, cx, cgrad)); in DMPlexApplyLimiter_Internal()
47 PetscReal phi, flim = 0.5 * PetscRealPart(ncx[d] - cx[d]) * fact; in DMPlexApplyLimiter_Internal()
88 PetscScalar *cx[2]; in DMPlexReconstructGradients_Internal() local
103 PetscCall(DMPlexPointLocalFieldRead(dm, cells[c], field, x, &cx[c])); in DMPlexReconstructGradients_Internal()
105 PetscCall(DMPlexPointLocalRead(dm, cells[c], x, &cx[c])); in DMPlexReconstructGradients_Internal()
110 PetscScalar delta = cx[1][pd] - cx[0][pd]; in DMPlexReconstructGradients_Internal()
124 PetscScalar *cx; in DMPlexReconstructGradients_Internal() local
132 PetscCall(DMPlexPointLocalFieldRead(dm, cell, field, x, &cx)); in DMPlexReconstructGradients_Internal()
134 PetscCall(DMPlexPointLocalRead(dm, cell, x, &cx)); in DMPlexReconstructGradients_Internal()
142 …dof, cell, nFields > 1 ? field : -1, faces[f], fStart, fEnd, cellPhi, x, cellgeom, cg, cx, cgrad)); in DMPlexReconstructGradients_Internal()