Keaton J. Burns
Keaton J. Burns
Also yes, even with the correct tau terms for a given equation set, double-Chebyshev problems will in general be fully coupled and non easily parallelized. Parallelizing them would require using...
With the release of v3.0.0, I've setup a zenodo record for the code here: http://doi.org/10.5281/zenodo.10445656
Thanks, we also have a zenodo community here: https://zenodo.org/communities/dedalus
Done with 6778470.
It looks like this may now be fixed in MPI 4.0 -- some discussion on mpi4py here: https://github.com/mpi4py/mpi4py/issues/23. I think this is a good reason to try making gather the...
It's unclear what we want to do to change things here. We could stop zeroing the Nyquist mode for ComplexFourier, which is generally what is used with EVPs. But I...
I think we have to think a little carefully about what we want this to actually do, since now in d3 there's lots more freedom around tau terms and the...
You mean to have it in an operator tree that's used during an IVP? The best route might be to update the GeneralFunction class and pass in an LBVP through...
I think the way to do this is really to wrap solving an LBVP in a GeneralFunction. I think we should add a docs page on General Functions and include...