Searched refs:extPoint (Results 1 – 1 of 1) sorted by relevance
2021 PetscReal extPoint[4]; in DMPlexComputeRectangleGeometry_Internal() local2023 extPoint[0] = 1.; in DMPlexComputeRectangleGeometry_Internal()2024 extPoint[1] = xi; in DMPlexComputeRectangleGeometry_Internal()2025 extPoint[2] = eta; in DMPlexComputeRectangleGeometry_Internal()2026 extPoint[3] = xi * eta; in DMPlexComputeRectangleGeometry_Internal()2030 for (k = 0; k < Nv; k++) val += extPoint[k] * zCoeff[dim * k + j]; in DMPlexComputeRectangleGeometry_Internal()2162 PetscReal extPoint[8]; in DMPlexComputeHexahedronGeometry_Internal() local2164 extPoint[0] = 1.; in DMPlexComputeHexahedronGeometry_Internal()2165 extPoint[1] = xi; in DMPlexComputeHexahedronGeometry_Internal()2166 extPoint[2] = eta; in DMPlexComputeHexahedronGeometry_Internal()[all …]