Searched defs:show (Results 1 – 7 of 7) sorted by relevance
| /libCEED/julia/LibCEED.jl/src/ |
| H A D | Context.jl | 14 Base.show(io::IO, ::MIME"text/plain", c::Context) = function
|
| H A D | Ceed.jl | 67 Base.show(io::IO, ::MIME"text/plain", c::Ceed) = ceed_show(io, c, C.CeedView) function
|
| H A D | CeedVector.jl | 41 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 D | Operator.jl | 18 Base.show(io::IO, ::MIME"text/plain", op::Operator) = ceed_show(io, op, C.CeedOperatorView) function
|
| H A D | QFunction.jl | 31 Base.show(io::IO, ::MIME"text/plain", qf::QFunction) = function
|
| H A D | ElemRestriction.jl | 31 Base.show(io::IO, ::MIME"text/plain", e::ElemRestriction) = function
|
| H A D | Basis.jl | 36 Base.show(io::IO, ::MIME"text/plain", b::Basis) = ceed_show(io, b, C.CeedBasisView) function
|