Keaton J. Burns

Results 92 comments of Keaton J. Burns

Removed in 0b0d1314a1fec92305dda4da11ef604b55a06ab1, but we should still add docs on GF+LBVP before closing.

I think the initial divisors should be 0 to skip the first evaluation?

Yes this is a major component of my planned work over the next year, but I expect it will take a while before a prototype is available.

I think the easiest thing is just to wrap this into the newton loop in the script, like: ``` while error > tolerance and solver.iteration < 20: ... ```

Would this be easy to add? It would be great for simple BIEs.

How does that handle near singularities? Global refinement? QuadGK actually seems to be working pretty well for this particular case too.

Ok I'll take a look, thanks!

My understanding (if this behaves similarly to FFTW) is that that would only do FFTs along the 2nd dimension in the plane corresponding to index 1 in the 1st dimension...

Great! This looks like a great package and it would be fantastic to have it support spin-weighted transforms. Yes the Legendre polynomials are just a special/particular case of Jacobi polynomials,...

Yeah in Dedalus we just have singleton dimensions rather than truly lower-dimensional datasets, and scatter when necessary for broadcasting rather than keeping data duplicates on the empty hyperplanes. We usually...