Daniel Ingraham

Results 28 comments of Daniel Ingraham

Ah, another downside would be that code like the ODE example in the docs https://jonniedie.github.io/ComponentArrays.jl/dev/examples/ODE_jac/ wouldn't work anymore. I'm not sure how the `ComponentMatrix` Jacobian is getting created there (must...

The MWE @gdalle posted here works now on this PR: https://github.com/jonniedie/ComponentArrays.jl/pull/249, but the behavior is such that it ignores the names of the components in the second array (`y` in...

I'm actually not sure what the result of those are supposed to be 😬. But I tried each of them. Here's what I get: First one: ```julia julia> x =...

@mcabbott Excellent, thanks for the help. Here's what I'm getting: ```julia julia> x2 ERROR: UndefVarError: `x2` not defined julia> stack(x2 -> [x2,x2,x2], [5 6; 7 8]; dims=2) 3×4 Matrix{Int64}: 5...

I should have actually tried to index the component arrays with components. Here are the four examples, but this time I try indexing them with symbols. Sadly the third one...

> I assume this means that you are changing the airfoil shape during the optimization? If not, I'd definitely use precomputed polars rather than on-the-fly ones. Actually I am using...

Gotcha, thanks for the explanation. I see there's an example of precomputing the rotational correction in the docs: https://flow.byu.edu/CCBlade.jl/stable/howto/#Airfoil-Data. I'll give that a shot in the future.

Snopt.jl is working fine on my computer, FWIW, including the tests. I'm running RHEL 8.10, gfortran 8.5.0, Julia 1.10.4.

@cjdoris @lassepe I finally got around to updating this PR. Seems to work, but I did have to think about how to properly distinguish between a URL and a local...

@cjdoris @lassepe Another ping on this PR. :-)