Lines Matching refs:lsize
41 lsize,
61 - `lsize`: The size of the L-vector. This vector may be larger than the elements and
66 the range $[0, \textit{lsize} - 1]$.
76 lsize, argument
88 lsize,
104 lsize,
125 - `lsize`: The size of the L-vector. This vector may be larger than the elements and
130 the range $[0, \textit{lsize} - 1]$.
142 lsize, argument
155 lsize,
172 lsize,
193 - `lsize`: The size of the L-vector. This vector may be larger than the elements and
198 offsets must be in the range $[0, \textit{lsize} - 1]$.
212 lsize, argument
225 lsize,
236 create_elem_restriction_strided(ceed::Ceed, nelem, elemsize, ncomp, lsize, strides)
249 - `lsize`: The size of the L-vector. This vector may be larger than the elements and
256 function create_elem_restriction_strided(c::Ceed, nelem, elemsize, ncomp, lsize, strides) argument
258 C.CeedElemRestrictionCreateStrided(c[], nelem, elemsize, ncomp, lsize, strides, ref)
355 lsize = Ref{CeedInt}()
356 C.CeedElemRestrictionGetCompStride(r[], lsize)
357 lsize[]