Home
last modified time | relevance | path

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

/libCEED/examples/fluids/qfunctions/
H A Dnewtonian.h355 …const CeedScalar dbody_force[5] = {0, ds.U.density * g[0], ds.U.density * g[1], ds.U.density * g[2… in IJacobian_Newtonian() local
358 …(int j = 0; j < 5; j++) v[j][i] = wdetJ * (context->ijacobian_time_shift * dU[j] - dbody_force[j]); in IJacobian_Newtonian()
371 Stabilization(context, s, Tau_d, grad_ds, U_dot, dbody_force, dstab); in IJacobian_Newtonian()