Home
last modified time | relevance | path

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

/honee/qfunctions/
H A Dtaylorgreen.h26 CeedScalar(*q0)[CEED_Q_VLA] = (CeedScalar(*)[CEED_Q_VLA])out[0]; in ICsTaylorGreen() local
48 for (CeedInt j = 0; j < 5; j++) q0[j][i] = q[j]; in ICsTaylorGreen()
H A Dgaussianwave.h23 CeedScalar(*q0)[CEED_Q_VLA] = (CeedScalar(*)[CEED_Q_VLA])out[0]; in IC_GaussianWave() local
55 for (CeedInt j = 0; j < 5; j++) q0[j][i] = qi[j]; in IC_GaussianWave()
H A Ddensitycurrent.h128 CeedScalar(*q0)[CEED_Q_VLA] = (CeedScalar(*)[CEED_Q_VLA])out[0]; in ICsDC() local
138 for (CeedInt j = 0; j < 5; j++) q0[j][i] = q[j]; in ICsDC()
H A Dchannel.h60 CeedScalar(*q0)[CEED_Q_VLA] = (CeedScalar(*)[CEED_Q_VLA])out[0]; in ICsChannel() local
70 for (CeedInt j = 0; j < 5; j++) q0[j][i] = q[j]; in ICsChannel()
H A Ddifferential_filter.h186 CeedScalar(*q0)[CEED_Q_VLA] = (CeedScalar(*)[CEED_Q_VLA])out[0]; in DifferentialFilter_MMS_IC() local
214 for (CeedInt j = 0; j < 5; j++) q0[j][i] = phi; in DifferentialFilter_MMS_IC()
H A Dblasius.h98 CeedScalar(*q0)[CEED_Q_VLA] = (CeedScalar(*)[CEED_Q_VLA])out[0]; in ICsBlasius() local
118 for (CeedInt j = 0; j < 5; j++) q0[j][i] = q[j]; in ICsBlasius()
H A Dadvection.h180 CeedScalar(*q0)[CEED_Q_VLA] = (CeedScalar(*)[CEED_Q_VLA])out[0]; in ICsAdvection() local
187 for (CeedInt j = 0; j < 5; j++) q0[j][i] = q[j]; in ICsAdvection()
197 CeedScalar(*q0)[CEED_Q_VLA] = (CeedScalar(*)[CEED_Q_VLA])out[0]; in ICsAdvection2d() local
205 for (CeedInt j = 0; j < 5; j++) q0[j][i] = q[j]; in ICsAdvection2d()
H A Dshocktube.h172 CeedScalar(*q0)[CEED_Q_VLA] = (CeedScalar(*)[CEED_Q_VLA])out[0]; in ICsShockTube() local
180 for (CeedInt j = 0; j < 5; j++) q0[j][i] = q[j]; in ICsShockTube()
H A Dstg_shur14.h286 CeedScalar(*q0)[CEED_Q_VLA] = (CeedScalar(*)[CEED_Q_VLA])out[0]; in ICsStg() local
320 q0[j][i] = q[j]; in ICsStg()
H A Deulervortex.h225 CeedScalar(*q0)[CEED_Q_VLA] = (CeedScalar(*)[CEED_Q_VLA])out[0]; in ICsEuler() local
234 for (CeedInt j = 0; j < 5; j++) q0[j][i] = q[j]; in ICsEuler()
H A Dnewtonian.h17 CeedScalar(*q0)[CEED_Q_VLA] = (CeedScalar(*)[CEED_Q_VLA])out[0]; in ICsNewtonianIG() local
26 for (CeedInt j = 0; j < 5; j++) q0[j][i] = q[j]; in ICsNewtonianIG()