Searched refs:gij_uj (Results 1 – 2 of 2) sorted by relevance
| /libCEED/examples/fluids/qfunctions/ |
| H A D | stabilization.h | 93 CeedScalar gij_uj[3] = {0.}; in Tau_diagPrim() local 94 MatVec3(gijd_mat, s.Y.velocity, CEED_NOTRANSPOSE, gij_uj); in Tau_diagPrim() 95 velocity_term = Dot3(s.Y.velocity, gij_uj); in Tau_diagPrim()
|
| H A D | advection.h | 266 CeedScalar gijd_mat[9] = {0.}, gij_uj[3] = {0.}; in Tau() local 269 MatVecNM(gijd_mat, s.Y.velocity, dim, dim, CEED_NOTRANSPOSE, gij_uj); in Tau() 270 …return 1 / sqrt(Square(2 * context->Ctau_t / context->dt) + DotN(s.Y.velocity, gij_uj, dim) * cont… in Tau()
|