FourierFlows / FourierFlows.jl

Tools for building fast, hackable, pseudospectral partial differential equation solvers on periodic domains
https://bit.ly/FourierFlows
MIT License
202 stars 29 forks source link

`FilteredLSRK54TimeStepper` appears to be missing #359

Closed apaloczy closed 8 months ago

apaloczy commented 8 months ago

The filtered form of LSRK54TimeStepper seems to be missing (also broken link in the docs: https://fourierflows.github.io/FourierFlowsDocumentation/previews/PR356/timestepping/). I'm happy to open a PR adding it.

navidcy commented 8 months ago

Note that the link you posted above is for a docs preview. But the problem you described exist in the dev version of the docs.

apaloczy commented 8 months ago

Note that the link you posted above is for a docs preview. But the problem you described exist in the dev version of the docs.

I see. Is there anything specific about filtering in LSRK54TimeStepper?

navidcy commented 8 months ago

None that I’m aware of

navidcy commented 8 months ago

Actually the FilteredLSRK54TimeStepper was never even defined! I opened a PR.