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

Add `FilteredLSRK54TimeStepper` + upgrades to Documenter v1 #360

Closed navidcy closed 8 months ago

navidcy commented 8 months ago

Closes #359

navidcy commented 8 months ago

@apaloczy I believe this is ready for review.

apaloczy commented 8 months ago

There's something wrong with the tests:

Timestepper tests: Error During Test at /var/lib/buildkite-agent/builds/gpuci-5/julialang/fourierflows-dot-jl/test/runtests.jl:218
--
MethodError: no method matching 
FilteredLSRK54TimeStepper(::FourierFlows.Equation{DataType, 
Vector{Float64}, Float64}, ::Float64, ::CPU)

I ran the tests on a local environment and they all passed, though.

navidcy commented 8 months ago

Yeah I'm trying to fix it. At my laptop they fail locally as well.