Lines Matching refs:CeedScalar
21 …(const NewtonianIdealGasContext context, const State s, const CeedScalar sigma, CeedScalar damp_Y[… in InternalDampingLayer()
22 CeedScalar damp_residual[5]) { in InternalDampingLayer()
26 CeedScalar U[5]; in InternalDampingLayer()
34 …CTION_HELPER int ICsNewtonianIG(void *ctx, CeedInt Q, const CeedScalar *const *in, CeedScalar *con… in ICsNewtonianIG()
35 CeedScalar(*q0)[CEED_Q_VLA] = (CeedScalar(*)[CEED_Q_VLA])out[0]; in ICsNewtonianIG()
40 CeedScalar q[5] = {0.}; in ICsNewtonianIG()
48 …UNCTION(ICsNewtonianIG_Conserv)(void *ctx, CeedInt Q, const CeedScalar *const *in, CeedScalar *con… in ICsNewtonianIG_Conserv()
52 CEED_QFUNCTION(ICsNewtonianIG_Prim)(void *ctx, CeedInt Q, const CeedScalar *const *in, CeedScalar *… in ICsNewtonianIG_Prim()
56 …UNCTION(ICsNewtonianIG_Entropy)(void *ctx, CeedInt Q, const CeedScalar *const *in, CeedScalar *con… in ICsNewtonianIG_Entropy()
60 …PER void MassFunction_Newtonian(void *ctx, CeedInt Q, const CeedScalar *const *in, CeedScalar *con… in MassFunction_Newtonian()
62 const CeedScalar(*q_dot)[CEED_Q_VLA] = (const CeedScalar(*)[CEED_Q_VLA])in[0]; in MassFunction_Newtonian()
63 const CeedScalar(*q)[CEED_Q_VLA] = (const CeedScalar(*)[CEED_Q_VLA])in[1]; in MassFunction_Newtonian()
64 const CeedScalar(*q_data) = in[2]; in MassFunction_Newtonian()
65 CeedScalar(*v)[CEED_Q_VLA] = (CeedScalar(*)[CEED_Q_VLA])out[0]; in MassFunction_Newtonian()
66 CeedScalar(*Grad_v)[5][CEED_Q_VLA] = (CeedScalar(*)[5][CEED_Q_VLA])out[1]; in MassFunction_Newtonian()
71 const CeedScalar qi[5] = {q[0][i], q[1][i], q[2][i], q[3][i], q[4][i]}; in MassFunction_Newtonian()
72 const CeedScalar qi_dot[5] = {q_dot[0][i], q_dot[1][i], q_dot[2][i], q_dot[3][i], q_dot[4][i]}; in MassFunction_Newtonian()
75 CeedScalar wdetJ, dXdx[3][3]; in MassFunction_Newtonian()
85 CeedScalar Tau_d[3], stab[5][3], body_force[5] = {0.}, U_dot[5]; in MassFunction_Newtonian()
99 …MassFunction_Newtonian_Conserv)(void *ctx, CeedInt Q, const CeedScalar *const *in, CeedScalar *con… in MassFunction_Newtonian_Conserv()
149 CEED_QFUNCTION(RHSFunction_Newtonian)(void *ctx, CeedInt Q, const CeedScalar *const *in, CeedScalar… in RHSFunction_Newtonian()
150 const CeedScalar(*q)[CEED_Q_VLA] = (const CeedScalar(*)[CEED_Q_VLA])in[0]; in RHSFunction_Newtonian()
151 const CeedScalar(*Grad_q) = in[1]; in RHSFunction_Newtonian()
152 const CeedScalar(*q_data) = in[2]; in RHSFunction_Newtonian()
153 const CeedScalar(*x)[CEED_Q_VLA] = (const CeedScalar(*)[CEED_Q_VLA])in[3]; in RHSFunction_Newtonian()
154 CeedScalar(*v)[CEED_Q_VLA] = (CeedScalar(*)[CEED_Q_VLA])out[0]; in RHSFunction_Newtonian()
155 CeedScalar(*Grad_v)[5][CEED_Q_VLA] = (CeedScalar(*)[5][CEED_Q_VLA])out[1]; in RHSFunction_Newtonian()
158 const CeedScalar *g = context->g; in RHSFunction_Newtonian()
159 const CeedScalar dt = context->dt; in RHSFunction_Newtonian()
160 const CeedScalar P0 = context->idl_pressure; in RHSFunction_Newtonian()
163 CeedScalar U[5], wdetJ, dXdx[3][3]; in RHSFunction_Newtonian()
164 const CeedScalar x_i[3] = {x[0][i], x[1][i], x[2][i]}; in RHSFunction_Newtonian()
172 CeedScalar strain_rate[6], kmstress[6], stress[3][3], Fe[3]; in RHSFunction_Newtonian()
182 CeedScalar Flux[5][3]; in RHSFunction_Newtonian()
189 …const CeedScalar body_force[5] = {0, s.U.density * g[0], s.U.density * g[1], s.U.density * g[2], D… in RHSFunction_Newtonian()
193 …const CeedScalar sigma = LinearRampCoefficient(context->idl_amplitude, context->idl_length… in RHSFunction_Newtonian()
194 CeedScalar damp_state[5] = {s.Y.pressure - P0, 0, 0, 0, 0}, idl_residual[5] = {0.}; in RHSFunction_Newtonian()
200 CeedScalar Tau_d[3], stab[5][3], U_dot[5] = {0}; in RHSFunction_Newtonian()
218 …_HELPER int IFunction_Newtonian(void *ctx, CeedInt Q, const CeedScalar *const *in, CeedScalar *con… in IFunction_Newtonian()
219 const CeedScalar(*q)[CEED_Q_VLA] = (const CeedScalar(*)[CEED_Q_VLA])in[0]; in IFunction_Newtonian()
220 const CeedScalar(*Grad_q) = in[1]; in IFunction_Newtonian()
221 const CeedScalar(*q_dot)[CEED_Q_VLA] = (const CeedScalar(*)[CEED_Q_VLA])in[2]; in IFunction_Newtonian()
222 const CeedScalar(*q_data) = in[3]; in IFunction_Newtonian()
223 const CeedScalar(*x)[CEED_Q_VLA] = (const CeedScalar(*)[CEED_Q_VLA])in[4]; in IFunction_Newtonian()
224 CeedScalar(*v)[CEED_Q_VLA] = (CeedScalar(*)[CEED_Q_VLA])out[0]; in IFunction_Newtonian()
225 CeedScalar(*Grad_v)[5][CEED_Q_VLA] = (CeedScalar(*)[5][CEED_Q_VLA])out[1]; in IFunction_Newtonian()
226 CeedScalar(*jac_data) = out[2]; in IFunction_Newtonian()
229 const CeedScalar *g = context->g; in IFunction_Newtonian()
230 const CeedScalar dt = context->dt; in IFunction_Newtonian()
231 const CeedScalar P0 = context->idl_pressure; in IFunction_Newtonian()
234 const CeedScalar qi[5] = {q[0][i], q[1][i], q[2][i], q[3][i], q[4][i]}; in IFunction_Newtonian()
235 const CeedScalar x_i[3] = {x[0][i], x[1][i], x[2][i]}; in IFunction_Newtonian()
238 CeedScalar wdetJ, dXdx[3][3]; in IFunction_Newtonian()
243 CeedScalar strain_rate[6], kmstress[6], stress[3][3], Fe[3]; in IFunction_Newtonian()
253 CeedScalar Flux[5][3]; in IFunction_Newtonian()
262 …const CeedScalar body_force[5] = {0, s.U.density * g[0], s.U.density * g[1], s.U.density * g[2], D… in IFunction_Newtonian()
265 CeedScalar Tau_d[3], stab[5][3], U_dot[5] = {0}, qi_dot[5]; in IFunction_Newtonian()
272 …const CeedScalar sigma = LinearRampCoefficient(context->idl_amplitude, context->idl_length, contex… in IFunction_Newtonian()
274 CeedScalar damp_state[5] = {s.Y.pressure - P0, 0, 0, 0, 0}, idl_residual[5] = {0.}; in IFunction_Newtonian()
294 …ON(IFunction_Newtonian_Conserv)(void *ctx, CeedInt Q, const CeedScalar *const *in, CeedScalar *con… in IFunction_Newtonian_Conserv()
298 …CTION(IFunction_Newtonian_Prim)(void *ctx, CeedInt Q, const CeedScalar *const *in, CeedScalar *con… in IFunction_Newtonian_Prim()
302 …ON(IFunction_Newtonian_Entropy)(void *ctx, CeedInt Q, const CeedScalar *const *in, CeedScalar *con… in IFunction_Newtonian_Entropy()
309 …_HELPER int IJacobian_Newtonian(void *ctx, CeedInt Q, const CeedScalar *const *in, CeedScalar *con… in IJacobian_Newtonian()
310 const CeedScalar(*dq)[CEED_Q_VLA] = (const CeedScalar(*)[CEED_Q_VLA])in[0]; in IJacobian_Newtonian()
311 const CeedScalar(*Grad_dq) = in[1]; in IJacobian_Newtonian()
312 const CeedScalar(*q_data) = in[2]; in IJacobian_Newtonian()
313 const CeedScalar(*jac_data) = in[3]; in IJacobian_Newtonian()
314 CeedScalar(*v)[CEED_Q_VLA] = (CeedScalar(*)[CEED_Q_VLA])out[0]; in IJacobian_Newtonian()
315 CeedScalar(*Grad_v)[5][CEED_Q_VLA] = (CeedScalar(*)[5][CEED_Q_VLA])out[1]; in IJacobian_Newtonian()
318 const CeedScalar *g = context->g; in IJacobian_Newtonian()
321 CeedScalar wdetJ, dXdx[3][3]; in IJacobian_Newtonian()
324 CeedScalar qi[5], kmstress[6], Tau_d[3]; in IJacobian_Newtonian()
330 CeedScalar dqi[5]; in IJacobian_Newtonian()
337 CeedScalar dstrain_rate[6], dkmstress[6], stress[3][3], dstress[3][3], dFe[3]; in IJacobian_Newtonian()
348 CeedScalar dFlux[5][3]; in IJacobian_Newtonian()
355 …const CeedScalar dbody_force[5] = {0, ds.U.density * g[0], ds.U.density * g[1], ds.U.density * g[2… in IJacobian_Newtonian()
356 CeedScalar dU[5] = {0.}; in IJacobian_Newtonian()
361 const CeedScalar sigma = jac_data[14 * Q + i]; in IJacobian_Newtonian()
362 CeedScalar damp_state[5] = {ds.Y.pressure, 0, 0, 0, 0}, idl_residual[5] = {0.}; in IJacobian_Newtonian()
369 CeedScalar dstab[5][3], U_dot[5] = {0}; in IJacobian_Newtonian()
380 …ON(IJacobian_Newtonian_Conserv)(void *ctx, CeedInt Q, const CeedScalar *const *in, CeedScalar *con… in IJacobian_Newtonian_Conserv()
384 …CTION(IJacobian_Newtonian_Prim)(void *ctx, CeedInt Q, const CeedScalar *const *in, CeedScalar *con… in IJacobian_Newtonian_Prim()
388 …ON(IJacobian_Newtonian_Entropy)(void *ctx, CeedInt Q, const CeedScalar *const *in, CeedScalar *con… in IJacobian_Newtonian_Entropy()
395 …ION_HELPER int BoundaryIntegral(void *ctx, CeedInt Q, const CeedScalar *const *in, CeedScalar *con… in BoundaryIntegral()
397 const CeedScalar(*q)[CEED_Q_VLA] = (const CeedScalar(*)[CEED_Q_VLA])in[0]; in BoundaryIntegral()
398 const CeedScalar(*Grad_q) = in[1]; in BoundaryIntegral()
399 const CeedScalar(*q_data_sur) = in[2]; in BoundaryIntegral()
400 CeedScalar(*v)[CEED_Q_VLA] = (CeedScalar(*)[CEED_Q_VLA])out[0]; in BoundaryIntegral()
401 CeedScalar(*jac_data_sur) = context->is_implicit ? out[1] : NULL; in BoundaryIntegral()
406 const CeedScalar qi[5] = {q[0][i], q[1][i], q[2][i], q[3][i], q[4][i]}; in BoundaryIntegral()
409 CeedScalar wdetJb, dXdx[2][3], norm[3]; in BoundaryIntegral()
416 CeedScalar strain_rate[6], kmstress[6], stress[3][3], Fe[3]; in BoundaryIntegral()
425 CeedScalar Flux[5]; in BoundaryIntegral()
438 …CTION(BoundaryIntegral_Conserv)(void *ctx, CeedInt Q, const CeedScalar *const *in, CeedScalar *con… in BoundaryIntegral_Conserv()
442 CEED_QFUNCTION(BoundaryIntegral_Prim)(void *ctx, CeedInt Q, const CeedScalar *const *in, CeedScalar… in BoundaryIntegral_Prim()
446 …CTION(BoundaryIntegral_Entropy)(void *ctx, CeedInt Q, const CeedScalar *const *in, CeedScalar *con… in BoundaryIntegral_Entropy()
453 …R int BoundaryIntegral_Jacobian(void *ctx, CeedInt Q, const CeedScalar *const *in, CeedScalar *con… in BoundaryIntegral_Jacobian()
455 const CeedScalar(*dq)[CEED_Q_VLA] = (const CeedScalar(*)[CEED_Q_VLA])in[0]; in BoundaryIntegral_Jacobian()
456 const CeedScalar(*Grad_dq) = in[1]; in BoundaryIntegral_Jacobian()
457 const CeedScalar(*q_data_sur) = in[2]; in BoundaryIntegral_Jacobian()
458 const CeedScalar(*jac_data_sur) = in[4]; in BoundaryIntegral_Jacobian()
459 CeedScalar(*v)[CEED_Q_VLA] = (CeedScalar(*)[CEED_Q_VLA])out[0]; in BoundaryIntegral_Jacobian()
465 CeedScalar wdetJb, dXdx[2][3], norm[3]; in BoundaryIntegral_Jacobian()
469 CeedScalar qi[5], kmstress[6], dqi[5]; in BoundaryIntegral_Jacobian()
480 CeedScalar dstrain_rate[6], dkmstress[6], stress[3][3], dstress[3][3], dFe[3]; in BoundaryIntegral_Jacobian()
490 CeedScalar dFlux[5]; in BoundaryIntegral_Jacobian()
498 …ndaryIntegral_Jacobian_Conserv)(void *ctx, CeedInt Q, const CeedScalar *const *in, CeedScalar *con… in BoundaryIntegral_Jacobian_Conserv()
502 …BoundaryIntegral_Jacobian_Prim)(void *ctx, CeedInt Q, const CeedScalar *const *in, CeedScalar *con… in BoundaryIntegral_Jacobian_Prim()
506 …ndaryIntegral_Jacobian_Entropy)(void *ctx, CeedInt Q, const CeedScalar *const *in, CeedScalar *con… in BoundaryIntegral_Jacobian_Entropy()