Lines Matching refs:strides_node
50 …fsStrided1d(const CeedInt num_comp, const CeedInt P_1D, const CeedInt strides_node, const CeedInt … in readDofsStrided1d() argument
58 const CeedInt ind = node * strides_node + elem * strides_elem; in readDofsStrided1d()
84 …fsStrided1d(const CeedInt num_comp, const CeedInt P_1D, const CeedInt strides_node, const CeedInt … in writeDofsStrided1d() argument
92 const CeedInt ind = node * strides_node + elem * strides_elem; in writeDofsStrided1d()
122 …fsStrided2d(const CeedInt num_comp, const CeedInt P_1D, const CeedInt strides_node, const CeedInt … in readDofsStrided2d() argument
131 const CeedInt ind = node * strides_node + elem * strides_elem; in readDofsStrided2d()
156 …fsStrided2d(const CeedInt num_comp, const CeedInt P_1D, const CeedInt strides_node, const CeedInt … in writeDofsStrided2d() argument
165 const CeedInt ind = node * strides_node + elem * strides_elem; in writeDofsStrided2d()
195 …fsStrided3d(const CeedInt num_comp, const CeedInt P_1D, const CeedInt strides_node, const CeedInt … in readDofsStrided3d() argument
205 const CeedInt ind = node * strides_node + elem * strides_elem; in readDofsStrided3d()
230 …iceQuadsStrided3d(const CeedInt num_comp, const CeedInt Q_1D, CeedInt strides_node, CeedInt stride… in readSliceQuadsStrided3d() argument
239 const CeedInt ind = node * strides_node + elem * strides_elem; in readSliceQuadsStrided3d()
266 …fsStrided3d(const CeedInt num_comp, const CeedInt P_1D, const CeedInt strides_node, const CeedInt … in writeDofsStrided3d() argument
276 const CeedInt ind = node * strides_node + elem * strides_elem; in writeDofsStrided3d()