Searched defs:plain (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) =
|
| H A D | Ceed.jl | 67 Base.show(io::IO, ::MIME"text/plain", c::Ceed) = ceed_show(io, c, C.CeedView)
|
| H A D | Operator.jl | 18 Base.show(io::IO, ::MIME"text/plain", op::Operator) = ceed_show(io, op, C.CeedOperatorView)
|
| H A D | QFunction.jl | 31 Base.show(io::IO, ::MIME"text/plain", qf::QFunction) =
|
| H A D | ElemRestriction.jl | 31 Base.show(io::IO, ::MIME"text/plain", e::ElemRestriction) =
|
| H A D | CeedVector.jl | 41 function Base.show(io::IO, ::MIME"text/plain", v::CeedVector)
|
| H A D | Basis.jl | 36 Base.show(io::IO, ::MIME"text/plain", b::Basis) = ceed_show(io, b, C.CeedBasisView)
|