Lines Matching full:julia
5 natively in Julia. These user Q-functions work with both the CPU and CUDA
16 Before describing how to define user Q-functions in Julia, we will briefly given
62 ## Apply mass Q-function in Julia
64 We now replicate this Q-function in Julia. The main way of defining user
65 Q-functions in Julia is using the [`@interior_qf`](@ref) macro. The above C code
67 outputs) is analogous to the following Julia code:
69 ```julia
86 ```julia
102 ## [Apply diffusion Q-function in Julia](@id applydiff)
111 This Q-function is implemented in Julia as follows:
112 ```julia
141 ```julia
164 ```julia
189 [`CUDA.jl`](https://github.com/JuliaGPU/CUDA.jl). Some Julia features are not