Lines Matching refs:NUM_COMP
28 inline void ReadElementStrided1d(const CeedInt NUM_COMP, const CeedInt P_1D, const CeedInt num_elem… in ReadElementStrided1d() argument
37 for (CeedInt comp = 0; comp < NUM_COMP; comp++) { in ReadElementStrided1d()
46 inline void WriteElementStrided1d(const CeedInt NUM_COMP, const CeedInt P_1D, const CeedInt num_ele… in WriteElementStrided1d() argument
55 for (CeedInt comp = 0; comp < NUM_COMP; comp++) { in WriteElementStrided1d()
68 inline void ReadElementStrided2d(const CeedInt NUM_COMP, const CeedInt P_1D, const CeedInt num_elem… in ReadElementStrided2d() argument
78 for (CeedInt comp = 0; comp < NUM_COMP; comp++) { in ReadElementStrided2d()
87 inline void WriteElementStrided2d(const CeedInt NUM_COMP, const CeedInt P_1D, const CeedInt num_ele… in WriteElementStrided2d() argument
97 for (CeedInt comp = 0; comp < NUM_COMP; comp++) { in WriteElementStrided2d()
110 inline void ReadElementStrided3d(const CeedInt NUM_COMP, const CeedInt P_1D, const CeedInt num_elem… in ReadElementStrided3d() argument
121 for (CeedInt comp = 0; comp < NUM_COMP; comp++) { in ReadElementStrided3d()
131 inline void WriteElementStrided3d(const CeedInt NUM_COMP, const CeedInt P_1D, const CeedInt num_ele… in WriteElementStrided3d() argument
142 for (CeedInt comp = 0; comp < NUM_COMP; comp++) { in WriteElementStrided3d()