James Cook
James Cook
It's hard to explain so here is MWE: ```julia julia> using CommonSubexpressions julia> foo() = (1/12, 11/2) bar (generic function with 2 methods) julia> foo() # okay! (0.08333333333333333, 5.5) julia>...
I'm having trouble installing this on my Ubuntu 20.04 machine. I have done `git clone https://github.com/AtsushiSakai/julia.vim.git ~/.vim/pack/plugins/start/julia.vim` but when I try `:JuliaDocstring` gives me `[Error] Cannot find target codes`. I...
I have augmented my [gist](https://gist.github.com/jwscook/4712f7120870f32378f00e69781e604a) to compare the speed of besselj in Bessels vs SpecialFunctions. Bessels is overall faster except for some orders for very small arguments. [BesseljTime.pdf](https://github.com/JuliaMath/Bessels.jl/files/9804121/BesseljTime.pdf)
Thought you might find this useful - run the tests on ubuntu, mac and windows for v1 and v1.5. I did this in the process of debugging what turns out...
First of all I'd like to say that I love this tool! It's really helped me out a lot. I just wanted to ask if there is any plan for...
I've been trying to use `Triangulate` and `StartUpDG` to create my own mesh to pass to Trixi and a `DGMultiMesh`. It's essentially a mixture of the confunctionality of the two...