Searched refs:model_inputs (Results 1 – 1 of 1) sorted by relevance
| /honee/qfunctions/ |
| H A D | sgs_dd_model.h | 117 CeedScalar(*model_inputs)[CEED_Q_VLA] = (CeedScalar(*)[CEED_Q_VLA])out[1]; in ComputeSgsDDNodal_Sequential_Inputs() local 137 StoredValuesPack(Q, i, 0, 6, model_inputs_i, (CeedScalar *)model_inputs); in ComputeSgsDDNodal_Sequential_Inputs() 158 const CeedScalar(*model_inputs) = in[0]; in ComputeSgsDDNodal_Sequential_Inference() 167 StoredValuesUnpack(Q, i, 0, 6, (const CeedScalar *)model_inputs, model_inputs_i); in ComputeSgsDDNodal_Sequential_Inference()
|