Daniel O'Malley

Results 8 issues of Daniel O'Malley

I ran into some unexpected matching behavior in a function definition (see below). I'm not sure if this should be a match or not. However, if it is a match...

I have a complex code that broke when I switched from Julia 1.4 to Julia 1.5. The breakage seems to be intertwined with the Calculus package. I have tried but...

I'm trying to update some code that currently uses my own implementation of the inverse Laplace transform to use [InverseLaplace.jl](https://github.com/jlapeyre/InverseLaplace.jl) instead. My code makes a call like `SpecialFunctions.besselk(0, x)`. My...

I am not sure if this is possible with VTK, but it would be great to have one file that stores an unstructured mesh and data on the mesh at...

I saw in the [docs](https://linearsolve.sciml.ai/stable/) that "the current algorithms should support automatic differentiation," and played around with it a bit. My ultimate goal is to get a Hessian-vector product working...

Would it be possible to get some code like below working? The first example with the function `f` is meant to show that this definition of `hessian_vector_product` can work. The...

I ran into an [issue](https://github.com/JuliaLinearAlgebra/AlgebraicMultigrid.jl/issues/67) getting automatically-differentiated Hessian-vector products to work with [AlgebraicMultigrid](https://github.com/JuliaLinearAlgebra/AlgebraicMultigrid.jl). GenericSVD was proposed as a potential solution, but using GenericSVD resulted in a StackOverFlowError. Here's some code...

This issue is basically identical to the one described [here](https://discourse.julialang.org/t/passing-constructed-closures-to-child-processes/34723). I was able to verify that the MWE below works on Julia 1.4 with Zygote 0.5.4, as described by the...