Home
last modified time | relevance | path

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

/honee/qfunctions/
H A Dmonitor_totalkineticenergy.h19 CeedScalar wdetJ, dXdx[3][3], vorticity[3], kmstrain_rate[6], strain_rate[3][3]; in MonitorTotalKineticEnergy() local
34 Vorticity(grad_s, vorticity); in MonitorTotalKineticEnergy()
35 v[4][i] = wdetJ * gas.mu * Dot3(vorticity, vorticity); in MonitorTotalKineticEnergy()
H A Dnewtonian_state.h575 CEED_QFUNCTION_HELPER void Vorticity(const State grad_s[3], CeedScalar vorticity[3]) { in Vorticity()
578 Curl3(grad_velocity, vorticity); in Vorticity()