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()
64 template <int NUM_COMP, int NUM_POINTS, int P_1D, int Q_1D>
70 for (CeedInt comp = 0; comp < NUM_COMP; comp++) { in InterpTransposeAtPoints1d()
89 template <int NUM_COMP, int NUM_POINTS, int P_1D, int Q_1D>
95 for (CeedInt i = 0; i < NUM_COMP; i++) r_V[i] = 0.0; in GradAtPoints1d()
96 for (CeedInt comp = 0; comp < NUM_COMP; comp++) { in GradAtPoints1d()
111 template <int NUM_COMP, int NUM_POINTS, int P_1D, int Q_1D>
117 for (CeedInt comp = 0; comp < NUM_COMP; comp++) { in GradTransposeAtPoints1d()
140 template <int NUM_COMP, int NUM_POINTS, int P_1D, int Q_1D>
143 for (CeedInt i = 0; i < NUM_COMP; i++) r_V[i] = 0.0; in InterpAtPoints2d()
144 for (CeedInt comp = 0; comp < NUM_COMP; comp++) { in InterpAtPoints2d()
171 template <int NUM_COMP, int NUM_POINTS, int P_1D, int Q_1D>
174 for (CeedInt comp = 0; comp < NUM_COMP; comp++) { in InterpTransposeAtPoints2d()
209 template <int NUM_COMP, int NUM_POINTS, int P_1D, int Q_1D>
212 for (CeedInt i = 0; i < NUM_COMP * 2; i++) r_V[i] = 0.0; in GradAtPoints2d()
213 for (CeedInt comp = 0; comp < NUM_COMP; comp++) { in GradAtPoints2d()
235 r_V[comp + dim * NUM_COMP] += chebyshev_x[i] * buffer[i]; in GradAtPoints2d()
244 template <int NUM_COMP, int NUM_POINTS, int P_1D, int Q_1D>
247 for (CeedInt comp = 0; comp < NUM_COMP; comp++) { in GradTransposeAtPoints2d()
258 const CeedScalar r_u = p < NUM_POINTS ? r_U[comp + dim * NUM_COMP] : 0.0; in GradTransposeAtPoints2d()
290 template <int NUM_COMP, int NUM_POINTS, int P_1D, int Q_1D>
293 for (CeedInt i = 0; i < NUM_COMP; i++) r_V[i] = 0.0; in InterpAtPoints3d()
302 for (CeedInt comp = 0; comp < NUM_COMP; comp++) { in InterpAtPoints3d()
327 template <int NUM_COMP, int NUM_POINTS, int P_1D, int Q_1D>
338 for (CeedInt comp = 0; comp < NUM_COMP; comp++) { in InterpTransposeAtPoints3d()
371 template <int NUM_COMP, int NUM_POINTS, int P_1D, int Q_1D>
374 for (CeedInt i = 0; i < NUM_COMP * 3; i++) r_V[i] = 0.0; in GradAtPoints3d()
386 for (CeedInt comp = 0; comp < NUM_COMP; comp++) { in GradAtPoints3d()
408 r_V[comp + dim * NUM_COMP] += chebyshev_x[i] * buffer[i] * zz; in GradAtPoints3d()
418 template <int NUM_COMP, int NUM_POINTS, int P_1D, int Q_1D>
432 for (CeedInt comp = 0; comp < NUM_COMP; comp++) { in GradTransposeAtPoints3d()
442 const CeedScalar r_u = (p < NUM_POINTS) ? r_U[comp + dim * NUM_COMP] : 0.0; in GradTransposeAtPoints3d()