Searched refs:new_bounds (Results 1 – 2 of 2) sorted by relevance
| /honee/qfunctions/ |
| H A D | sgs_dd_utils.h | 39 CEED_QFUNCTION_HELPER void DenormalizeDDOutputs(CeedScalar output[6], const CeedScalar new_bounds[6… in DenormalizeDDOutputs() 42 bounds_ratio = (new_bounds[i][1] - new_bounds[i][0]) / (old_bounds[i][1] - old_bounds[i][0]); in DenormalizeDDOutputs() 43 output[i] = bounds_ratio * (output[i] - old_bounds[i][1]) + new_bounds[i][1]; in DenormalizeDDOutputs() 106 …const CeedScalar new_bounds[6][2], const CeedScalar grad_velo_magnitude, CeedScalar kmsgs_stress[6… in ComputeSgsDDOutputs() 109 DenormalizeDDOutputs(outputs, new_bounds, old_bounds); in ComputeSgsDDOutputs()
|
| H A D | sgs_dd_model.h | 57 …lar inputs[6], grad_velo_magnitude, eigenvectors[3][3], sgs_sframe_sym[6] = {0.}, new_bounds[6][2]; in ComputeSgsDD_Fused() local 59 CopyN(&sgsdd_ctx->data[sgsdd_ctx->offsets.out_scaling], (CeedScalar *)new_bounds, 12); in ComputeSgsDD_Fused() 63 …ComputeSgsDDOutputs(sgs_sframe_sym, delta, eigenvectors, new_bounds, grad_velo_magnitude, kmsgs_st… in ComputeSgsDD_Fused() 184 CeedScalar new_bounds[6][2]; in ComputeSgsDDNodal_Sequential_Outputs() local 185 CopyN(&sgsdd_ctx->data[sgsdd_ctx->offsets.out_scaling], (CeedScalar *)new_bounds, 12); in ComputeSgsDDNodal_Sequential_Outputs() 195 …ComputeSgsDDOutputs(model_outputs_i, delta, eigenvectors, new_bounds, grad_velo_magnitude, kmsgs_s… in ComputeSgsDDNodal_Sequential_Outputs()
|