Searched refs:dxdCy (Results 1 – 1 of 1) sorted by relevance
3230 PetscScalar dxdCy = (newCoords[1] - coords[1]) / deltaCoord; in DMPlex_Surface_Grad() local3239 …PetscCall(MatSetValue(pointSurfGrad, startRow + (ii * 3) + 1, ((fid - 1) * 4) + kk, dxdCy, INSERT_… in DMPlex_Surface_Grad()4257 PetscScalar dxdCy = (newCoords[1] - coords[1]) / deltaCoord; in DMPlexGeomDataAndGrads() local4266 …PetscCall(MatSetValue(pointSurfGrad, startRow + (ii * 3) + 1, ((fid - 1) * 4) + kk, dxdCy, INSERT_… in DMPlexGeomDataAndGrads()