Home
last modified time | relevance | path

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

/honee/qfunctions/
H A Dbc_outflow.h71 KMUnpack(kmstress, stress); in RiemannOutflow()
152 KMUnpack(dkmstress, dstress); in RiemannOutflow_Jacobian()
153 KMUnpack(kmstress, stress); in RiemannOutflow_Jacobian()
211 KMUnpack(kmstress, stress); in PressureOutflow()
279 KMUnpack(dkmstress, dstress); in PressureOutflow_Jacobian()
280 KMUnpack(kmstress, stress); in PressureOutflow_Jacobian()
H A Dsgs_dd_utils.h65 KMUnpack(km_A_ij, A_ij); in ComputeSgsDDInputs()
72 KMUnpack(kmstrain_iso, strain_iso); in ComputeSgsDDInputs()
H A Dnewtonian.h216 KMUnpack(kmstress, stress); in RHSFunction_Newtonian()
288 KMUnpack(kmstress, stress); in IFunction_Newtonian_Integrand()
398 KMUnpack(dkmstress, dstress); in IJacobian_Newtonian_Integrand()
399 KMUnpack(kmstress, stress); in IJacobian_Newtonian_Integrand()
504 KMUnpack(kmstress, stress); in BoundaryIntegral()
569 KMUnpack(dkmstress, dstress); in BoundaryIntegral_Jacobian()
570 KMUnpack(kmstress, stress); in BoundaryIntegral_Jacobian()
622 KMUnpack(kmstress, stress); in DivDiffusiveFluxVolumeRHS_NS()
675 KMUnpack(kmstress, stress); in DivDiffusiveFluxBoundaryRHS_NS()
724 KMUnpack(kmstress, stress); in DiffusiveFluxRHS_NS()
H A Dmonitor_totalkineticenergy.h29 KMUnpack(kmstrain_rate, strain_rate); in MonitorTotalKineticEnergy()
H A Dgrid_anisotropy_tensor.h19 KMUnpack(km_g_ij, g_ij); in AnisotropyTensor()
H A Ddifferential_filter.h96 KMUnpack(km_A_ij, Delta_ij); in DifferentialFilter_LHS_N()
H A Dsgs_dd_model.h206 KMUnpack(km_sgs, sgs); in FluxSubgridStress()
H A Dutils.h239 CEED_QFUNCTION_HELPER void KMUnpack(const CeedScalar v[6], CeedScalar A[3][3]) { in KMUnpack() function