Home
last modified time | relevance | path

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

/libCEED/examples/fluids/qfunctions/
H A Dnewtonian.h194 CeedScalar damp_state[5] = {s.Y.pressure - P0, 0, 0, 0, 0}, idl_residual[5] = {0.}; in RHSFunction_Newtonian() local
195 InternalDampingLayer(context, s, sigma, damp_state, idl_residual); in RHSFunction_Newtonian()
274 CeedScalar damp_state[5] = {s.Y.pressure - P0, 0, 0, 0, 0}, idl_residual[5] = {0.}; in IFunction_Newtonian() local
275 InternalDampingLayer(context, s, sigma, damp_state, idl_residual); in IFunction_Newtonian()
362 CeedScalar damp_state[5] = {ds.Y.pressure, 0, 0, 0, 0}, idl_residual[5] = {0.}; in IJacobian_Newtonian() local
364 InternalDampingLayer(context, s, sigma, damp_state, idl_residual); in IJacobian_Newtonian()