Lines Matching refs:zCoeff

1988     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()
2151zCoeff[dim * 2 + j] = 0.125 * (-zOrder[dim * 0 + j] - zOrder[dim * 1 + j] + zOrder[dim * 2 + j] + … in DMPlexComputeHexahedronGeometry_Internal()
2152zCoeff[dim * 3 + j] = 0.125 * (zOrder[dim * 0 + j] - zOrder[dim * 1 + j] - zOrder[dim * 2 + j] + z… in DMPlexComputeHexahedronGeometry_Internal()
2153zCoeff[dim * 4 + j] = 0.125 * (-zOrder[dim * 0 + j] - zOrder[dim * 1 + j] - zOrder[dim * 2 + j] - … in DMPlexComputeHexahedronGeometry_Internal()
2154zCoeff[dim * 5 + j] = 0.125 * (+zOrder[dim * 0 + j] - zOrder[dim * 1 + j] + zOrder[dim * 2 + j] - … in DMPlexComputeHexahedronGeometry_Internal()
2155zCoeff[dim * 6 + j] = 0.125 * (+zOrder[dim * 0 + j] + zOrder[dim * 1 + j] - zOrder[dim * 2 + j] - … in DMPlexComputeHexahedronGeometry_Internal()
2156zCoeff[dim * 7 + j] = 0.125 * (-zOrder[dim * 0 + j] + zOrder[dim * 1 + j] + zOrder[dim * 2 + j] - … in DMPlexComputeHexahedronGeometry_Internal()
2175 for (k = 0; k < Nv; k++) val += extPoint[k] * zCoeff[dim * k + j]; in DMPlexComputeHexahedronGeometry_Internal()
2211 for (l = 0; l < Nv; l++) val += zCoeff[dim * l + j] * extJ[dimR * l + k]; in DMPlexComputeHexahedronGeometry_Internal()