Searched refs:dxdCz (Results 1 – 1 of 1) sorted by relevance
3231 PetscScalar dxdCz = (newCoords[2] - coords[2]) / deltaCoord; in DMPlex_Surface_Grad() local3240 …PetscCall(MatSetValue(pointSurfGrad, startRow + (ii * 3) + 2, ((fid - 1) * 4) + kk, dxdCz, INSERT_… in DMPlex_Surface_Grad()4258 PetscScalar dxdCz = (newCoords[2] - coords[2]) / deltaCoord; in DMPlexGeomDataAndGrads() local4267 …PetscCall(MatSetValue(pointSurfGrad, startRow + (ii * 3) + 2, ((fid - 1) * 4) + kk, dxdCz, INSERT_… in DMPlexGeomDataAndGrads()