Home
last modified time | relevance | path

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

/honee/qfunctions/
H A Dsetupgeo2d.h87 CeedScalar normal[2], detJb; in SetupBoundary2d() local
88 NormalVectorFromdxdX_2D(Q, i, J, normal, &detJb); in SetupBoundary2d()
89 const CeedScalar wdetJ = w[i] * detJb; in SetupBoundary2d()
141 CeedScalar detJb, normal[3], dXdx[2][3]; in Setup2D_3Dcoords() local
143 NormalVectorFromdxdX_3D(Q, i, J, normal, &detJb); in Setup2D_3Dcoords()
145 const CeedScalar wdetJ = w[i] * detJb; in Setup2D_3Dcoords()
H A Dsetupgeo.h106 CeedScalar detJb, normal[3], dXdx[2][3]; in SetupBoundary() local
108 NormalVectorFromdxdX_3D(Q, i, J, normal, &detJb); in SetupBoundary()
110 const CeedScalar wdetJ = w[i] * detJb; in SetupBoundary()
H A Dsetupgeo_helpers.h117 const CeedScalar detJb = Norm2(normal); in NormalVectorFromdxdX_2D() local
118 ScaleN(normal, 1 / detJb, 2); in NormalVectorFromdxdX_2D()
119 if (detJ_ptr) *detJ_ptr = detJb; in NormalVectorFromdxdX_2D()