Lines Matching refs:dXdx
234 CEED_QFUNCTION_HELPER void CalculateElementLengths(CeedScalar dXdx[3][3], CeedScalar scale, CeedSca… in CalculateElementLengths()
235 …dInt j = 0; j < 3; j++) lengths[j] = 2 / sqrt(Square(dXdx[0][j]) + Square(dXdx[1][j]) + Square(dXd… in CalculateElementLengths()
263 CeedScalar dXdx[3][3], h_node_sep[3]; in StgShur14Preprocess() local
264 StoredValuesUnpack(Q, i, 0, 9, dXdx_q, (CeedScalar *)dXdx); in StgShur14Preprocess()
266 CalculateElementLengths(dXdx, stg_ctx->h_scale_factor, h_node_sep); in StgShur14Preprocess()
301 CeedScalar dXdx[3][3]; in ICsStg() local
304 InvertMappingJacobian_3D(Q, i, J, dXdx, NULL); in ICsStg()
305 CalculateElementLengths(dXdx, stg_ctx->h_scale_factor, h_node_sep); in ICsStg()
358 CeedScalar wdetJb, dXdx[2][3], normal[3]; in StgShur14Inflow() local
359 QdataBoundaryUnpack_3D(Q, i, q_data_sur, &wdetJb, dXdx, normal); in StgShur14Inflow()
364 … for (CeedInt j = 1; j < 3; j++) h_node_sep[j] = 2 / sqrt(Square(dXdx[0][j]) + Square(dXdx[1][j])); in StgShur14Inflow()
492 CeedScalar dXdx[3][3], h_node_sep[3]; in StgShur14InflowStrongQF() local
493 StoredValuesUnpack(Q, i, 0, 9, dXdx_q, (CeedScalar *)dXdx); in StgShur14InflowStrongQF()
495 CalculateElementLengths(dXdx, stg_ctx->h_scale_factor, h_node_sep); in StgShur14InflowStrongQF()