Lines Matching refs:result
272 tranpose operation). The input [`CeedVector`](@ref) is `u` and the result stored in `ru`.
274 If `tmode` is `TRANSPOSE`, then the result is added to `ru`. If `tmode` is `NOTRANSPOSE`,
275 then `ru` is overwritten with the result.
291 tranpose operation). The input is given by `u`, and the result is returned as an array of
366 result = Ref{CeedInt}()
367 C.CeedElemRestrictionGetNumElements(r[], result)
368 result[]
377 result = Ref{CeedInt}()
378 C.CeedElemRestrictionGetElementSize(r[], result)
379 result[]
388 result = Ref{CeedSize}()
389 C.CeedElemRestrictionGetLVectorSize(r[], result)
390 result[]
399 result = Ref{CeedInt}()
400 C.CeedElemRestrictionGetNumComponents(r[], result)
401 result[]
419 where the result is returned in a newly allocated Julia `Vector{CeedScalar}` (see also