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
90 const CeedInt ind = node * STRIDES_NODE + elem * STRIDES_ELEM; in ReadLVecStrided1d() local
104 const CeedInt ind = indices[node + elem * P_1D]; in WriteLVecStandard1d() local
118 const CeedInt ind = indices[target_node + elem * P_1D]; in WriteLVecStandard1d_Single() local
150 const CeedInt ind = data.t_id_x + elem * Q_1D; in WriteLVecStandard1d_QFAssembly() local
166 const CeedInt ind = node * STRIDES_NODE + elem * STRIDES_ELEM; in WriteLVecStrided1d() local
198 const CeedInt ind = indices[node + elem * P_1D * P_1D]; in ReadLVecStandard2d() local
211 const CeedInt ind = node * STRIDES_NODE + elem * STRIDES_ELEM; in ReadLVecStrided2d() local
225 const CeedInt ind = indices[node + elem * P_1D * P_1D]; in WriteLVecStandard2d() local
241 const CeedInt ind = indices[node + elem * P_1D * P_1D]; in WriteLVecStandard2d_Single() local
278 const CeedInt ind = (data.t_id_x + data.t_id_y * Q_1D) + elem * Q_1D * Q_1D; in WriteLVecStandard2d_QFAssembly() local
294 const CeedInt ind = node * STRIDES_NODE + elem * STRIDES_ELEM; in WriteLVecStrided2d() local
328 const CeedInt ind = indices[node + elem * P_1D * P_1D * P_1D]; in ReadLVecStandard3d() local
343 const CeedInt ind = node * STRIDES_NODE + elem * STRIDES_ELEM; in ReadLVecStrided3d() local
359 const CeedInt ind = indices[node + elem * Q_1D * Q_1D * Q_1D]; in ReadEVecSliceStandard3d() local
373 const CeedInt ind = node * STRIDES_NODE + elem * STRIDES_ELEM; in ReadEVecSliceStrided3d() local
388 const CeedInt ind = indices[node + elem * P_1D * P_1D * P_1D]; in WriteLVecStandard3d() local
406 const CeedInt ind = indices[node + elem * P_1D * P_1D * P_1D]; in WriteLVecStandard3d_Single() local
447 …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
465 const CeedInt ind = node * STRIDES_NODE + elem * STRIDES_ELEM; in WriteLVecStrided3d() local