Lines Matching refs:offsets

42         offsets::AbstractArray{CeedInt},
55 - `nelem`: Number of elements described in the `offsets` array
59 component $j$, element $k$ can be found in the L-vector at index `offsets[i
63 - `offsets`: Array of shape `(elemsize, nelem)`. Column $i$ holds the ordered list of the
64 offsets (into the input [`CeedVector`](@ref)) for the unknowns corresponding
65 to element $i$, where $0 \leq i < \textit{nelem}$. All offsets must be in
67 - `mtype`: Memory type of the `offsets` array, see [`MemType`](@ref)
68 - `cmode`: Copy mode for the `offsets` array, see [`CopyMode`](@ref)
77 offsets::AbstractArray{CeedInt};
91 offsets,
105 offsets::AbstractArray{CeedInt},
119 - `nelem`: Number of elements described in the `offsets` array
123 component $j$, element $k$ can be found in the L-vector at index `offsets[i
127 - `offsets`: Array of shape `(elemsize, nelem)`. Column $i$ holds the ordered list of the
128 offsets (into the input [`CeedVector`](@ref)) for the unknowns corresponding
129 to element $i$, where $0 \leq i < \textit{nelem}$. All offsets must be in
133 - `mtype`: Memory type of the `offsets` array, see [`MemType`](@ref)
134 - `cmode`: Copy mode for the `offsets` array, see [`CopyMode`](@ref)
143 offsets::AbstractArray{CeedInt},
158 offsets,
173 offsets::AbstractArray{CeedInt},
187 - `nelem`: Number of elements described in the `offsets` array
191 component $j$, element $k$ can be found in the L-vector at index `offsets[i
195 - `offsets`: Array of shape `(elemsize, nelem)`. Column $i$ holds the ordered list of
196 the offsets (into the input [`CeedVector`](@ref)) for the unknowns
198 offsets must be in the range $[0, \textit{lsize} - 1]$.
203 - `mtype`: Memory type of the `offsets` array, see [`MemType`](@ref)
204 - `cmode`: Copy mode for the `offsets` array, see [`CopyMode`](@ref)
213 offsets::AbstractArray{CeedInt},
228 offsets,