Searched refs:dkmstress (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 151 NewtonianStress(gas, dstrain_rate, dkmstress); in RiemannOutflow_Jacobian() 152 KMUnpack(dkmstress, dstress); in RiemannOutflow_Jacobian() 276 CeedScalar dstrain_rate[6], dkmstress[6], stress[3][3], dstress[3][3], dFe[3]; in PressureOutflow_Jacobian() local 278 NewtonianStress(gas, dstrain_rate, dkmstress); in PressureOutflow_Jacobian() 279 KMUnpack(dkmstress, dstress); 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 397 NewtonianStress(gas, dstrain_rate, dkmstress); in IJacobian_Newtonian_Integrand() 398 KMUnpack(dkmstress, dstress); in IJacobian_Newtonian_Integrand() 566 CeedScalar dstrain_rate[6], dkmstress[6], stress[3][3], dstress[3][3], dFe[3]; in BoundaryIntegral_Jacobian() local 568 NewtonianStress(gas, dstrain_rate, dkmstress); in BoundaryIntegral_Jacobian() 569 KMUnpack(dkmstress, dstress); in BoundaryIntegral_Jacobian()
|