Searched refs:xhat (Results 1 – 1 of 1) sorted by relevance
165 CeedScalar xhat[] = {0., X[1], X[2]}; in StgShur14Calc() local168 xhat[0] = (X[0] - stg_ctx->u0 * t) * Max(2 * kappa[0] / kappa[n], 0.1); in StgShur14Calc()170 for (CeedInt i = 0; i < 3; i++) xdotd += d[i * nmodes + n] * xhat[i]; in StgShur14Calc()210 CeedScalar xhat[] = {0., X[1], X[2]}; in StgShur14Calc_PrecompEktot() local213 xhat[0] = (X[0] - stg_ctx->u0 * t) * Max(2 * kappa[0] / kappa[n], 0.1); in StgShur14Calc_PrecompEktot()215 for (CeedInt i = 0; i < 3; i++) xdotd += d[i * nmodes + n] * xhat[i]; in StgShur14Calc_PrecompEktot()