Home
last modified time | relevance | path

Searched defs:show (Results 1 – 7 of 7) sorted by relevance

/libCEED/julia/LibCEED.jl/src/
H A DContext.jl14 Base.show(io::IO, ::MIME"text/plain", c::Context) = function
H A DCeed.jl67 Base.show(io::IO, ::MIME"text/plain", c::Ceed) = ceed_show(io, c, C.CeedView) function
H A DCeedVector.jl41 function Base.show(io::IO, ::MIME"text/plain", v::CeedVector) function
48 Base.show(io::IO, v::CeedVector) = witharray_read(a -> show(io, a), v, MEM_HOST) function
H A DOperator.jl18 Base.show(io::IO, ::MIME"text/plain", op::Operator) = ceed_show(io, op, C.CeedOperatorView) function
H A DQFunction.jl31 Base.show(io::IO, ::MIME"text/plain", qf::QFunction) = function
H A DElemRestriction.jl31 Base.show(io::IO, ::MIME"text/plain", e::ElemRestriction) = function
H A DBasis.jl36 Base.show(io::IO, ::MIME"text/plain", b::Basis) = ceed_show(io, b, C.CeedBasisView) function