Lines Matching refs:nelem
37 nelem,
55 - `nelem`: Number of elements described in the `offsets` array
63 - `offsets`: Array of shape `(elemsize, nelem)`. Column $i$ holds the ordered list of the
65 to element $i$, where $0 \leq i < \textit{nelem}$. All offsets must be in
72 nelem, argument
84 nelem,
100 nelem,
119 - `nelem`: Number of elements described in the `offsets` array
127 - `offsets`: Array of shape `(elemsize, nelem)`. Column $i$ holds the ordered list of the
129 to element $i$, where $0 \leq i < \textit{nelem}$. All offsets must be in
131 - `orients`: Array of shape `(elemsize, nelem)` with bool false for positively oriented
138 nelem, argument
151 nelem,
168 nelem,
187 - `nelem`: Number of elements described in the `offsets` array
195 - `offsets`: Array of shape `(elemsize, nelem)`. Column $i$ holds the ordered list of
197 corresponding to element $i$, where $0 \leq i < \textit{nelem}$. All
199 - `curlorients`: Array of shape `(3 * elemsize, nelem)` representing a row-major tridiagonal
201 $0 \leq i < \textit{nelem}$) which is applied to the element unknowns upon
208 nelem, argument
221 nelem,
236 create_elem_restriction_strided(ceed::Ceed, nelem, elemsize, ncomp, lsize, strides)
246 - `nelem`: Number of elements described by the restriction
256 function create_elem_restriction_strided(c::Ceed, nelem, elemsize, ncomp, lsize, strides) argument
258 C.CeedElemRestrictionCreateStrided(c[], nelem, elemsize, ncomp, lsize, strides, ref)