Lines Matching refs:NUM_COMP
43 template <int NUM_COMP, int NUM_POINTS, int P_1D, int Q_1D>
48 for (CeedInt i = 0; i < NUM_COMP; i++) r_V[i] = 0.0; in InterpAtPoints1d()
50 for (CeedInt comp = 0; comp < NUM_COMP; comp++) { in InterpAtPoints1d()
65 template <int NUM_COMP, int NUM_POINTS, int P_1D, int Q_1D>
71 for (CeedInt comp = 0; comp < NUM_COMP; comp++) { in InterpTransposeAtPoints1d()
90 template <int NUM_COMP, int NUM_POINTS, int P_1D, int Q_1D>
96 for (CeedInt i = 0; i < NUM_COMP; i++) r_V[i] = 0.0; in GradAtPoints1d()
97 for (CeedInt comp = 0; comp < NUM_COMP; comp++) { in GradAtPoints1d()
112 template <int NUM_COMP, int NUM_POINTS, int P_1D, int Q_1D>
118 for (CeedInt comp = 0; comp < NUM_COMP; comp++) { in GradTransposeAtPoints1d()
141 template <int NUM_COMP, int NUM_POINTS, int P_1D, int Q_1D>
144 for (CeedInt i = 0; i < NUM_COMP; i++) r_V[i] = 0.0; in InterpAtPoints2d()
145 for (CeedInt comp = 0; comp < NUM_COMP; comp++) { in InterpAtPoints2d()
172 template <int NUM_COMP, int NUM_POINTS, int P_1D, int Q_1D>
175 for (CeedInt comp = 0; comp < NUM_COMP; comp++) { in InterpTransposeAtPoints2d()
210 template <int NUM_COMP, int NUM_POINTS, int P_1D, int Q_1D>
213 for (CeedInt i = 0; i < NUM_COMP * 2; i++) r_V[i] = 0.0; in GradAtPoints2d()
214 for (CeedInt comp = 0; comp < NUM_COMP; comp++) { in GradAtPoints2d()
236 r_V[comp + dim * NUM_COMP] += chebyshev_x[i] * buffer[i]; in GradAtPoints2d()
245 template <int NUM_COMP, int NUM_POINTS, int P_1D, int Q_1D>
248 for (CeedInt comp = 0; comp < NUM_COMP; comp++) { in GradTransposeAtPoints2d()
259 const CeedScalar r_u = p < NUM_POINTS ? r_U[comp + dim * NUM_COMP] : 0.0; in GradTransposeAtPoints2d()
291 template <int NUM_COMP, int NUM_POINTS, int P_1D, int Q_1D>
294 for (CeedInt i = 0; i < NUM_COMP; i++) r_V[i] = 0.0; in InterpAtPoints3d()
303 for (CeedInt comp = 0; comp < NUM_COMP; comp++) { in InterpAtPoints3d()
328 template <int NUM_COMP, int NUM_POINTS, int P_1D, int Q_1D>
339 for (CeedInt comp = 0; comp < NUM_COMP; comp++) { in InterpTransposeAtPoints3d()
372 template <int NUM_COMP, int NUM_POINTS, int P_1D, int Q_1D>
375 for (CeedInt i = 0; i < NUM_COMP * 3; i++) r_V[i] = 0.0; in GradAtPoints3d()
387 for (CeedInt comp = 0; comp < NUM_COMP; comp++) { in GradAtPoints3d()
409 r_V[comp + dim * NUM_COMP] += chebyshev_x[i] * buffer[i] * zz; in GradAtPoints3d()
419 template <int NUM_COMP, int NUM_POINTS, int P_1D, int Q_1D>
433 for (CeedInt comp = 0; comp < NUM_COMP; comp++) { in GradTransposeAtPoints3d()
443 const CeedScalar r_u = p < NUM_POINTS ? r_U[comp + dim * NUM_COMP] : 0.0; in GradTransposeAtPoints3d()