Lines Matching full:jl
1 # LibCEED.jl Docs
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
18 own version of the libCEED library, and configure LibCEED.jl to use this binary
19 as described in the [Configuring LibCEED.jl](@ref) section.
22 The pre-built binaries automatically installed by LibCEED.jl (through the
25 will have to build libCEED from source and configure LibCEED.jl as described
26 in the [Configuring LibCEED.jl](@ref) section.
28 #### Configuring LibCEED.jl
30 By default, LibCEED.jl will use the pre-built libCEED binaries provided by the
33 LibCEED.jl can be configured using Julia's _preferences_ mechanism. Note that
47 [Preferences.jl](https://github.com/JuliaPackaging/Preferences.jl).
53 With LibCEED.jl, it is much easier to write dimension-independent user-defined
67 In LibCEED.jl, this difficulty is mitigated using the [`witharray`](@ref)