Home
last modified time | relevance | path

Searched refs:String (Results 1 – 13 of 13) sorted by relevance

/libCEED/julia/LibCEED.jl/src/
H A DCeed.jl2 fname::String
4 func::String
6 message::String
H A DMisc.jl112 read(f, String)
H A DOperator.jl48 set_field!(op, String(f[1]), f[2], f[3], f[4])
H A DUserQFunction.jl255 field_name = String(a.args[1])
/libCEED/examples/rust/ex3-volume/src/
H A Dopt.rs21 pub(crate) ceed_spec: String,
/libCEED/examples/rust/ex3-volume-vector/src/
H A Dopt.rs21 pub(crate) ceed_spec: String,
/libCEED/examples/rust/ex1-volume/src/
H A Dopt.rs21 pub(crate) ceed_spec: String,
/libCEED/examples/rust/ex2-surface-vector/src/
H A Dopt.rs21 pub(crate) ceed_spec: String,
/libCEED/examples/rust/ex2-surface/src/
H A Dopt.rs21 pub(crate) ceed_spec: String,
/libCEED/examples/rust/ex1-volume-vector/src/
H A Dopt.rs21 pub(crate) ceed_spec: String,
/libCEED/rust/libceed-sys/
H A Dbuild.rs89 fn env(k: &str) -> Option<String> { in env() argument
/libCEED/julia/LibCEED.jl/test/
H A Druntests.jl8 chomp(read(joinpath(@__DIR__, "output", string(CeedScalar), fname), String))
98 s1 = String(take!(io))
373 @test String(take!(ctxdata.io)) == showstr(ctxdata.x)
/libCEED/rust/libceed/src/
H A Dlib.rs139 pub message: String,
359 pub fn resource(&self) -> String { in resource() argument