| H A D | newtonian.h | 21 …r(const NewtonianIdealGasContext context, const State s, const CeedScalar sigma, CeedScalar damp_Y… in InternalDampingLayer() argument 23 ScaleN(damp_Y, sigma, 5); in InternalDampingLayer() 193 …const CeedScalar sigma = LinearRampCoefficient(context->idl_amplitude, context->idl_length… in RHSFunction_Newtonian() local 195 InternalDampingLayer(context, s, sigma, damp_state, idl_residual); in RHSFunction_Newtonian() 272 …const CeedScalar sigma = LinearRampCoefficient(context->idl_amplitude, context->idl_length, contex… in IFunction_Newtonian() local 273 StoredValuesPack(Q, i, 14, 1, &sigma, jac_data); in IFunction_Newtonian() 275 InternalDampingLayer(context, s, sigma, damp_state, idl_residual); in IFunction_Newtonian() 361 const CeedScalar sigma = jac_data[14 * Q + i]; in IJacobian_Newtonian() local 364 InternalDampingLayer(context, s, sigma, damp_state, idl_residual); in IJacobian_Newtonian()
|