Home
last modified time | relevance | path

Searched refs:dxdCz (Results 1 – 1 of 1) sorted by relevance

/petsc/src/dm/impls/plex/
H A Dplexegads.c3231 PetscScalar dxdCz = (newCoords[2] - coords[2]) / deltaCoord; in DMPlex_Surface_Grad() local
3240 …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() local
4267 …PetscCall(MatSetValue(pointSurfGrad, startRow + (ii * 3) + 2, ((fid - 1) * 4) + kk, dxdCz, INSERT_… in DMPlexGeomDataAndGrads()