James Cook
James Cook
Add extra info to the print out so that it informs when the process began as well as when it ended, e.g.: ```bash [ 4s914 | Jun 03 04:33pm >...
See my [gist](https://gist.github.com/jwscook/a8be5c11440981d6de2270a7bf633551) for what I'm trying to achieve. I'm using NLsolve to find the cartesian coordinates given curvilinear coordinates and a function that returns curvilinear coordinates given cartesian coordinates...
Hello, Trixi is amazing and it's so nice to see it written in Julia. I was wondering if there are plans for a Maxwell's equation example? I ask this because...
Hi Devs, I was wondering if there is / will be support 3D operations? My problem is quite simple except that it's 3D. Given knowledge of `f(x, y, z)`, solve...
Dear All, I'm considering the following MWE, which consists of creating a matrix and vector of a `struct` an doing a calculation on them. I import the relevant mathematical operators...
I'm currently doing a lot of cubature integrals, and it's quite slow due to the shear number of integrals. However, I suspect that the number of intervals and/or quadrature points...
I was getting an error when I was trying to do something like below, where I want to constrain the key and value types (as well as put in a...
I get this warning on Julia 0.7 and 1.0 ``` ┌ Warning: Package SingularIntegralEquations does not have Random in its dependencies: │ - If you have SingularIntegralEquations checked out for...
This package works a treat for evaluating the derivative functions at complex locations: ``` julia> using DualNumbers julia> f(x) = (1, -2 *x) .* exp(-x^2) # value and derivative f...
This PR adds a feature to enable duals to be raised to complex powers.