Home
last modified time | relevance | path

Searched defs:plain (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) =
H A DCeed.jl67 Base.show(io::IO, ::MIME"text/plain", c::Ceed) = ceed_show(io, c, C.CeedView)
H A DOperator.jl18 Base.show(io::IO, ::MIME"text/plain", op::Operator) = ceed_show(io, op, C.CeedOperatorView)
H A DQFunction.jl31 Base.show(io::IO, ::MIME"text/plain", qf::QFunction) =
H A DElemRestriction.jl31 Base.show(io::IO, ::MIME"text/plain", e::ElemRestriction) =
H A DCeedVector.jl41 function Base.show(io::IO, ::MIME"text/plain", v::CeedVector)
H A DBasis.jl36 Base.show(io::IO, ::MIME"text/plain", b::Basis) = ceed_show(io, b, C.CeedBasisView)