Searched refs:dstrain_rate (Results 1 – 2 of 2) sorted by relevance
| /honee/qfunctions/ |
| H A D | bc_outflow.h | 149 CeedScalar dstrain_rate[6], dkmstress[6], stress[3][3], dstress[3][3], dFe[3]; in RiemannOutflow_Jacobian() local 150 KMStrainRate_State(grad_ds, dstrain_rate); in RiemannOutflow_Jacobian() 151 NewtonianStress(gas, dstrain_rate, dkmstress); in RiemannOutflow_Jacobian() 276 CeedScalar dstrain_rate[6], dkmstress[6], stress[3][3], dstress[3][3], dFe[3]; in PressureOutflow_Jacobian() local 277 KMStrainRate_State(grad_ds, dstrain_rate); in PressureOutflow_Jacobian() 278 NewtonianStress(gas, dstrain_rate, dkmstress); in PressureOutflow_Jacobian()
|
| H A D | newtonian.h | 392 …CeedScalar dstrain_rate[6], dkmstress[6], stress[3][3], dstress[3][3], dF_visc_energy[3], d… in IJacobian_Newtonian_Integrand() local 396 KMStrainRate_State(grad_ds, dstrain_rate); in IJacobian_Newtonian_Integrand() 397 NewtonianStress(gas, dstrain_rate, dkmstress); in IJacobian_Newtonian_Integrand() 566 CeedScalar dstrain_rate[6], dkmstress[6], stress[3][3], dstress[3][3], dFe[3]; in BoundaryIntegral_Jacobian() local 567 KMStrainRate_State(grad_ds, dstrain_rate); in BoundaryIntegral_Jacobian() 568 NewtonianStress(gas, dstrain_rate, dkmstress); in BoundaryIntegral_Jacobian()
|