Searched refs:dxdCx (Results 1 – 1 of 1) sorted by relevance
3229 PetscScalar dxdCx = (newCoords[0] - coords[0]) / deltaCoord; in DMPlex_Surface_Grad() local3238 …PetscCall(MatSetValue(pointSurfGrad, startRow + (ii * 3) + 0, ((fid - 1) * 4) + kk, dxdCx, INSERT_… in DMPlex_Surface_Grad()4256 PetscScalar dxdCx = (newCoords[0] - coords[0]) / deltaCoord; in DMPlexGeomDataAndGrads() local4265 …PetscCall(MatSetValue(pointSurfGrad, startRow + (ii * 3) + 0, ((fid - 1) * 4) + kk, dxdCx, INSERT_… in DMPlexGeomDataAndGrads()