Lines Matching refs:zOrder

1987     PetscReal      zOrder[12];  in DMPlexComputeRectangleGeometry_Internal()  local
2003 for (j = 0; j < dim; j++) zOrder[dim * i + j] = PetscRealPart(coords[dim * zi + j]); in DMPlexComputeRectangleGeometry_Internal()
2012 …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()
2139 PetscReal zOrder[24]; in DMPlexComputeHexahedronGeometry_Internal() local
2146 for (j = 0; j < dim; j++) zOrder[dim * i + j] = PetscRealPart(coords[dim * zi + j]); in DMPlexComputeHexahedronGeometry_Internal()
2149zOrder[dim * 0 + j] + zOrder[dim * 1 + j] + zOrder[dim * 2 + j] + zOrder[dim * 3 + j] + zOrder[dim… in DMPlexComputeHexahedronGeometry_Internal()
2150zOrder[dim * 0 + j] + zOrder[dim * 1 + j] - zOrder[dim * 2 + j] + zOrder[dim * 3 + j] - zOrder[dim… in DMPlexComputeHexahedronGeometry_Internal()
2151zOrder[dim * 0 + j] - zOrder[dim * 1 + j] + zOrder[dim * 2 + j] + zOrder[dim * 3 + j] - zOrder[dim… in DMPlexComputeHexahedronGeometry_Internal()
2152zOrder[dim * 0 + j] - zOrder[dim * 1 + j] - zOrder[dim * 2 + j] + zOrder[dim * 3 + j] + zOrder[dim… in DMPlexComputeHexahedronGeometry_Internal()
2153zOrder[dim * 0 + j] - zOrder[dim * 1 + j] - zOrder[dim * 2 + j] - zOrder[dim * 3 + j] + zOrder[dim… in DMPlexComputeHexahedronGeometry_Internal()
2154zOrder[dim * 0 + j] - zOrder[dim * 1 + j] + zOrder[dim * 2 + j] - zOrder[dim * 3 + j] - zOrder[dim… in DMPlexComputeHexahedronGeometry_Internal()
2155zOrder[dim * 0 + j] + zOrder[dim * 1 + j] - zOrder[dim * 2 + j] - zOrder[dim * 3 + j] - zOrder[dim… in DMPlexComputeHexahedronGeometry_Internal()
2156zOrder[dim * 0 + j] + zOrder[dim * 1 + j] + zOrder[dim * 2 + j] - zOrder[dim * 3 + j] + zOrder[dim… in DMPlexComputeHexahedronGeometry_Internal()