Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexgeometry.c2035 PetscReal extJ[8]; in DMPlexComputeRectangleGeometry_Internal() local
2037 extJ[0] = 0.; in DMPlexComputeRectangleGeometry_Internal()
2038 extJ[1] = 0.; in DMPlexComputeRectangleGeometry_Internal()
2039 extJ[2] = 1.; in DMPlexComputeRectangleGeometry_Internal()
2040 extJ[3] = 0.; in DMPlexComputeRectangleGeometry_Internal()
2041 extJ[4] = 0.; in DMPlexComputeRectangleGeometry_Internal()
2042 extJ[5] = 1.; in DMPlexComputeRectangleGeometry_Internal()
2043 extJ[6] = eta; in DMPlexComputeRectangleGeometry_Internal()
2044 extJ[7] = xi; in DMPlexComputeRectangleGeometry_Internal()
2049 for (l = 0; l < Nv; l++) val += zCoeff[dim * l + j] * extJ[dimR * l + k]; in DMPlexComputeRectangleGeometry_Internal()
[all …]