Ioannis Papadopoulos

Results 19 comments of Ioannis Papadopoulos

@dlfivefifty It's currently failing because `L \ (x .* L)` goes via` \(L::Laguerre, K::Laguerre)` which seems a bit odd..

Yep, just clocked that! The same thing was causing `Laguerre(a+1) \ Derivative(x)*Laguerre(a)` to fail. All fixed.

`GenericFFT.jl` gives the same error when using `ClassicalOrthogonalPolynomials.jl` but the `ApproxFun` code does work. Thanks @MikaelSlevinsky

To understand properly, this discussion is entirely about how to do the solve of a diagonally banded block banded matrix? What's the current way things are solved? QR on the...

ok! And in option (1), each individual block would be copied to a banded matrix and then a QR factorization is applied? So there would be `n` QR factorizations in...

Windows tests are failing but that seems to be the case in the main branch as well. Not sure why the code coverage has decreased.. I'm covering the lines that...

Convenctions in `Weighted` vs. what the weighted is defined as? Should we change this to be consistent?

In Firedrake you can save solutions as pvd files which can be opened in Paraview. Then in paraview there are all sorts of options of how to view the solutions,...

Here is a Julia package to save solutions suitable for Paraview. https://github.com/jipolanco/WriteVTK.jl

Yes, you can export in PDF, SVG, EPS, etc.