Searched refs:zCoeff (Results 1 – 1 of 1) sorted by relevance
1988 PetscReal zCoeff[12]; in DMPlexComputeRectangleGeometry_Internal() local2012 …zCoeff[dim * 0 + j] = 0.25 * (zOrder[dim * 0 + j] + zOrder[dim * 1 + j] + zOrder[dim * 2 + j] + zO… in DMPlexComputeRectangleGeometry_Internal()2013 …zCoeff[dim * 1 + j] = 0.25 * (-zOrder[dim * 0 + j] + zOrder[dim * 1 + j] - zOrder[dim * 2 + j] + z… in DMPlexComputeRectangleGeometry_Internal()2014 …zCoeff[dim * 2 + j] = 0.25 * (-zOrder[dim * 0 + j] - zOrder[dim * 1 + j] + zOrder[dim * 2 + j] + z… in DMPlexComputeRectangleGeometry_Internal()2015 …zCoeff[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() local2149 …zCoeff[dim * 0 + j] = 0.125 * (zOrder[dim * 0 + j] + zOrder[dim * 1 + j] + zOrder[dim * 2 + j] + z… in DMPlexComputeHexahedronGeometry_Internal()2150 …zCoeff[dim * 1 + j] = 0.125 * (-zOrder[dim * 0 + j] + zOrder[dim * 1 + j] - zOrder[dim * 2 + j] + … in DMPlexComputeHexahedronGeometry_Internal()[all …]