Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexgeometry.c1988 PetscReal zCoeff[12]; in DMPlexComputeRectangleGeometry_Internal() local
2012zCoeff[dim * 0 + j] = 0.25 * (zOrder[dim * 0 + j] + zOrder[dim * 1 + j] + zOrder[dim * 2 + j] + zO… in DMPlexComputeRectangleGeometry_Internal()
2013zCoeff[dim * 1 + j] = 0.25 * (-zOrder[dim * 0 + j] + zOrder[dim * 1 + j] - zOrder[dim * 2 + j] + z… in DMPlexComputeRectangleGeometry_Internal()
2014zCoeff[dim * 2 + j] = 0.25 * (-zOrder[dim * 0 + j] - zOrder[dim * 1 + j] + zOrder[dim * 2 + j] + z… in DMPlexComputeRectangleGeometry_Internal()
2015zCoeff[dim * 3 + j] = 0.25 * (zOrder[dim * 0 + j] - zOrder[dim * 1 + j] - zOrder[dim * 2 + j] + zO… in DMPlexComputeRectangleGeometry_Internal()
2030 for (k = 0; k < Nv; k++) val += extPoint[k] * zCoeff[dim * k + j]; in DMPlexComputeRectangleGeometry_Internal()
2049 for (l = 0; l < Nv; l++) val += zCoeff[dim * l + j] * extJ[dimR * l + k]; in DMPlexComputeRectangleGeometry_Internal()
2140 PetscReal zCoeff[24]; in DMPlexComputeHexahedronGeometry_Internal() local
2149zCoeff[dim * 0 + j] = 0.125 * (zOrder[dim * 0 + j] + zOrder[dim * 1 + j] + zOrder[dim * 2 + j] + z… in DMPlexComputeHexahedronGeometry_Internal()
2150zCoeff[dim * 1 + j] = 0.125 * (-zOrder[dim * 0 + j] + zOrder[dim * 1 + j] - zOrder[dim * 2 + j] + … in DMPlexComputeHexahedronGeometry_Internal()
[all …]