Lines Matching defs:ind
30 const CeedInt ind = indices[p + elem * NUM_PTS]; in ReadPoint() local
44 const CeedInt ind = indices[p + elem * NUM_PTS]; in WritePoint() local
77 const CeedInt ind = indices[node + elem * P_1D]; in ReadLVecStandard1d() local
91 const CeedInt ind = node * STRIDES_NODE + elem * STRIDES_ELEM; in ReadLVecStrided1d() local
105 const CeedInt ind = indices[node + elem * P_1D]; in WriteLVecStandard1d() local
119 const CeedInt ind = indices[target_node + elem * P_1D]; in WriteLVecStandard1d_Single() local
151 const CeedInt ind = data.t_id_x + elem * Q_1D; in WriteLVecStandard1d_QFAssembly() local
167 const CeedInt ind = node * STRIDES_NODE + elem * STRIDES_ELEM; in WriteLVecStrided1d() local
199 const CeedInt ind = indices[node + elem * P_1D * P_1D]; in ReadLVecStandard2d() local
213 const CeedInt ind = node * STRIDES_NODE + elem * STRIDES_ELEM; in ReadLVecStrided2d() local
227 const CeedInt ind = indices[node + elem * P_1D * P_1D]; in WriteLVecStandard2d() local
243 const CeedInt ind = indices[node + elem * P_1D * P_1D]; in WriteLVecStandard2d_Single() local
280 const CeedInt ind = (data.t_id_x + data.t_id_y * Q_1D) + elem * Q_1D * Q_1D; in WriteLVecStandard2d_QFAssembly() local
296 const CeedInt ind = node * STRIDES_NODE + elem * STRIDES_ELEM; in WriteLVecStrided2d() local
330 const CeedInt ind = indices[node + elem * P_1D * P_1D * P_1D]; in ReadLVecStandard3d() local
346 const CeedInt ind = node * STRIDES_NODE + elem * STRIDES_ELEM; in ReadLVecStrided3d() local
362 const CeedInt ind = indices[node + elem * Q_1D * Q_1D * Q_1D]; in ReadEVecSliceStandard3d() local
376 const CeedInt ind = node * STRIDES_NODE + elem * STRIDES_ELEM; in ReadEVecSliceStrided3d() local
391 const CeedInt ind = indices[node + elem * P_1D * P_1D * P_1D]; in WriteLVecStandard3d() local
409 const CeedInt ind = indices[node + elem * P_1D * P_1D * P_1D]; in WriteLVecStandard3d_Single() local
450 …const CeedInt ind = (data.t_id_x + data.t_id_y * Q_1D + z * Q_1D * Q_1D) + elem * Q_1D * Q_1D * Q_… in WriteLVecStandard3d_QFAssembly() local
468 const CeedInt ind = node * STRIDES_NODE + elem * STRIDES_ELEM; in WriteLVecStrided3d() local