Lines Matching refs:CeedVector
64 offsets (into the input [`CeedVector`](@ref)) for the unknowns corresponding
128 offsets (into the input [`CeedVector`](@ref)) for the unknowns corresponding
196 the offsets (into the input [`CeedVector`](@ref)) for the unknowns
265 u::CeedVector,
266 ru::CeedVector;
272 tranpose operation). The input [`CeedVector`](@ref) is `u` and the result stored in `ru`.
279 u::CeedVector, argument
280 ru::CeedVector;
304 uv = CeedVector(c, u)
318 Return a new [`CeedVector`](@ref) E-vector.
321 ref = Ref{C.CeedVector}()
323 CeedVector(ref)
329 Return a new [`CeedVector`](@ref) L-vector.
332 ref = Ref{C.CeedVector}()
334 CeedVector(ref)
343 l_ref = Ref{C.CeedVector}()
344 e_ref = Ref{C.CeedVector}()
346 CeedVector(l_ref), CeedVector(e_ref)
407 Get the multiplicity of nodes in an [`ElemRestriction`](@ref). The [`CeedVector`](@ref) `v`