Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexgeometry.c2021 PetscReal extPoint[4]; in DMPlexComputeRectangleGeometry_Internal() local
2023 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() local
2164 extPoint[0] = 1.; in DMPlexComputeHexahedronGeometry_Internal()
2165 extPoint[1] = xi; in DMPlexComputeHexahedronGeometry_Internal()
2166 extPoint[2] = eta; in DMPlexComputeHexahedronGeometry_Internal()
[all …]