Lines Matching full:julia
3 Documentation for the LibCEED.jl Julia interface to the
14 The LibCEED.jl package can be installed with Julia's package manager by running
33 LibCEED.jl can be configured using Julia's _preferences_ mechanism. Note that
34 this preference will be set for the currently active Julia environemnt, and can
35 be different between different environments. The Julia session must be restarted
38 ```julia
39 julia> using LibCEED
40 julia> set_libceed_path!("/path/to/libceed.so")
42 [ Info: Restart the Julia session for changes to take effect.
46 information on Julia's preferences system, see
84 is replaced with the following equivalent Julia code
85 ```julia
105 is replaced with the following equivalent Julia code
106 ```julia