Lines Matching refs:stream
152 function CeedView(ceed, stream) argument
153 ccall((:CeedView, libceed), Cint, (Ceed, Ptr{Libc.FILE}), ceed, stream)
259 function CeedVectorViewRange(vec, start, stop, step, fp_fmt, stream) argument
260 …, CeedSize, CeedSize, CeedInt, Ptr{Cchar}, Ptr{Libc.FILE}), vec, start, stop, step, fp_fmt, stream)
263 function CeedVectorView(vec, fp_fmt, stream) argument
264 …ll((:CeedVectorView, libceed), Cint, (CeedVector, Ptr{Cchar}, Ptr{Libc.FILE}), vec, fp_fmt, stream)
395 function CeedElemRestrictionView(rstr, stream) argument
396 …all((:CeedElemRestrictionView, libceed), Cint, (CeedElemRestriction, Ptr{Libc.FILE}), rstr, stream)
431 function CeedBasisView(basis, stream) argument
432 ccall((:CeedBasisView, libceed), Cint, (CeedBasis, Ptr{Libc.FILE}), basis, stream)
562 function CeedQFunctionView(qf, stream) argument
563 ccall((:CeedQFunctionView, libceed), Cint, (CeedQFunction, Ptr{Libc.FILE}), qf, stream)
645 function CeedQFunctionContextView(ctx, stream) argument
646 …ll((:CeedQFunctionContextView, libceed), Cint, (CeedQFunctionContext, Ptr{Libc.FILE}), ctx, stream)
765 function CeedOperatorView(op, stream) argument
766 ccall((:CeedOperatorView, libceed), Cint, (CeedOperator, Ptr{Libc.FILE}), op, stream)