| /honee/qfunctions/ |
| H A D | bc_outflow.h | 52 const CeedScalar qi[5] = {q[0][i], q[1][i], q[2][i], q[3][i], q[4][i]}; in RiemannOutflow() local 53 const State s_int = StateFromQ(gas, qi, state_var); in RiemannOutflow() 83 StoredValuesPack(Q, i, 0, 5, qi, jac_data_sur); in RiemannOutflow() 122 CeedScalar qi[5], kmstress[6], dqi[5]; in RiemannOutflow_Jacobian() local 123 StoredValuesUnpack(Q, i, 0, 5, jac_data_sur, qi); in RiemannOutflow_Jacobian() 127 State s_int = StateFromQ(gas, qi, state_var); in RiemannOutflow_Jacobian() 197 const CeedScalar qi[5] = {q[0][i], q[1][i], q[2][i], q[3][i], q[4][i]}; in PressureOutflow() local 198 State s = StateFromQ(gas, qi, state_var); in PressureOutflow() 224 StoredValuesPack(Q, i, 0, 5, qi, jac_data_sur); in PressureOutflow() 263 CeedScalar qi[5], kmstress[6], dqi[5]; in PressureOutflow_Jacobian() local [all …]
|
| H A D | bc_slip.h | 21 const CeedScalar qi[5] = {q[0][i], q[1][i], q[2][i], q[3][i], q[4][i]}; in Slip() local 22 State s = StateFromQ(gas, qi, state_var); in Slip() 40 if (newt_ctx->is_implicit) StoredValuesPack(Q, i, 0, 5, qi, jac_data_sur); in Slip() 72 CeedScalar qi[5], dqi[5]; in Slip_Jacobian() local 73 StoredValuesUnpack(Q, i, 0, 5, jac_data_sur, qi); in Slip_Jacobian() 75 State s = StateFromQ(gas, qi, state_var); in Slip_Jacobian()
|
| H A D | bc_freestream.h | 26 const CeedScalar qi[5] = {q[0][i], q[1][i], q[2][i], q[3][i], q[4][i]}; in Freestream() local 27 const State s = StateFromQ(gas, qi, state_var); in Freestream() 46 if (is_implicit) StoredValuesPack(Q, i, 0, 5, qi, jac_data_sur); in Freestream() 93 CeedScalar qi[5], dqi[5]; in Freestream_Jacobian() local 94 StoredValuesUnpack(Q, i, 0, 5, jac_data_sur, qi); in Freestream_Jacobian() 96 State s = StateFromQ(gas, qi, state_var); in Freestream_Jacobian()
|
| H A D | gaussianwave.h | 38 CeedScalar U[5], qi[5]; in IC_GaussianWave() local 53 StateToQ(gas, initCond, qi, state_var); in IC_GaussianWave() 55 for (CeedInt j = 0; j < 5; j++) q0[j][i] = qi[j]; in IC_GaussianWave()
|
| H A D | newtonian.h | 54 const CeedScalar qi[5] = {q[0][i], q[1][i], q[2][i], q[3][i], q[4][i]}; in MassFunction_Newtonian() local 56 const State s = StateFromQ(gas, qi, state_var); in MassFunction_Newtonian() 435 CeedScalar qi[5], kmstress[6], Tau_d[3]; in IJacobian_Newtonian() local 436 StoredValuesUnpack(Q, i, 0, 5, jac_data, qi); in IJacobian_Newtonian() 439 const State s = StateFromQ(gas, qi, state_var); in IJacobian_Newtonian() 491 const CeedScalar qi[5] = {q[0][i], q[1][i], q[2][i], q[3][i], q[4][i]}; in BoundaryIntegral() local 492 State s = StateFromQ(gas, qi, state_var); in BoundaryIntegral() 516 StoredValuesPack(Q, i, 0, 5, qi, jac_data_sur); in BoundaryIntegral() 555 CeedScalar qi[5], kmstress[6], dqi[5]; in BoundaryIntegral_Jacobian() local 556 StoredValuesUnpack(Q, i, 0, 5, jac_data_sur, qi); in BoundaryIntegral_Jacobian() [all …]
|
| H A D | sgs_dd_model.h | 79 const CeedScalar qi[5] = {q[0][i], q[1][i], q[2][i], q[3][i], q[4][i]}; in ComputeSgsDDNodal_Fused() local 87 const State s = StateFromQ(gas, qi, state_var); in ComputeSgsDDNodal_Fused() 123 const CeedScalar qi[5] = {q[0][i], q[1][i], q[2][i], q[3][i], q[4][i]}; in ComputeSgsDDNodal_Sequential_Inputs() local 131 const State s = StateFromQ(gas, qi, state_var); in ComputeSgsDDNodal_Sequential_Inputs() 224 const CeedScalar qi[5] = {q[0][i], q[1][i], q[2][i], q[3][i], q[4][i]}; in IFunction_NodalSgs() local 225 const State s = StateFromQ(newt_ctx->gas, qi, state_var); in IFunction_NodalSgs()
|
| H A D | velocity_gradient_projection.h | 19 const CeedScalar qi[5] = {q[0][i], q[1][i], q[2][i], q[3][i], q[4][i]}; in VelocityGradientProjectionRHS() local 23 const State s = StateFromQ(gas, qi, state_var); in VelocityGradientProjectionRHS()
|
| H A D | monitor_totalkineticenergy.h | 17 const CeedScalar qi[5] = {q[0][i], q[1][i], q[2][i], q[3][i], q[4][i]}; in MonitorTotalKineticEnergy() local 18 const State s = StateFromQ(gas, qi, state_var); in MonitorTotalKineticEnergy()
|
| H A D | monitor_cfl.h | 18 const CeedScalar qi[5] = {q[0][i], q[1][i], q[2][i], q[3][i], q[4][i]}; in MonitorCFL() local 19 const State s = StateFromQ(gas, qi, state_var); in MonitorCFL()
|
| H A D | sgs_dd_training.h | 36 const CeedScalar qi[5] = {q[0][i], q[1][i], q[2][i], q[3][i], q[4][i]}; in ComputeSGS_DDAnisotropicTrainingDataNodal() local 44 const State s = StateFromQ(gas, qi, state_var); in ComputeSGS_DDAnisotropicTrainingDataNodal()
|
| H A D | blasius.h | 147 CeedScalar qi[5]; in Blasius_Inflow() local 148 for (CeedInt j = 0; j < 5; j++) qi[j] = q[j][i]; in Blasius_Inflow() 149 State s_int = StateFromU(gas, qi); in Blasius_Inflow()
|
| H A D | advection.h | 281 const CeedScalar qi[5] = {q[0][i], q[1][i], q[2][i], q[3][i], q[4][i]}; in IFunction_AdvectionGeneric() local 282 const State s = StateFromU(gas, qi); in IFunction_AdvectionGeneric() 359 const CeedScalar qi[5] = {q[0][i], q[1][i], q[2][i], q[3][i], q[4][i]}; in MassFunction_AdvectionGeneric() local 360 const State s = StateFromU(gas, qi); in MassFunction_AdvectionGeneric() 416 const CeedScalar qi[5] = {q[0][i], q[1][i], q[2][i], q[3][i], q[4][i]}; in RHSFunction_AdvectionGeneric() local 417 const State s = StateFromU(gas, qi); in RHSFunction_AdvectionGeneric()
|
| H A D | differential_filter.h | 39 const CeedScalar qi[5] = {q[0][i], q[1][i], q[2][i], q[3][i], q[4][i]}; in DifferentialFilter_RHS() local 41 const State s = StateFromQ(gas, qi, state_var); in DifferentialFilter_RHS()
|
| /honee/qfunctions/spanstats/ |
| H A D | cflpe.h | 29 const CeedScalar qi[5] = {q[0][i], q[1][i], q[2][i], q[3][i], q[4][i]}; in ChildStatsCollection_CflPe() local 30 const State s = StateFromQ(gas, qi, state_var); in ChildStatsCollection_CflPe()
|
| H A D | turbulence.h | 53 const CeedScalar qi[5] = {q[0][i], q[1][i], q[2][i], q[3][i], q[4][i]}; in ChildStatsCollection() local 54 const State s = StateFromQ(gas, qi, state_var); in ChildStatsCollection()
|