GeometricIntegrators.jl icon indicating copy to clipboard operation
GeometricIntegrators.jl copied to clipboard

TestProblems not defined

Open ranocha opened this issue 4 years ago • 2 comments

Running the example from https://juliagni.github.io/GeometricIntegrators.jl/stable/integrators/

julia> using GeometricIntegrators

julia> ode = TestProblems.HarmonicOscillatorProblem.harmonic_oscillator_ode()
ERROR: UndefVarError: TestProblems not defined
Stacktrace:
 [1] top-level scope at REPL[2]:1

ranocha avatar Jan 22 '21 12:01 ranocha

Additionally, I get

julia> harmonic_oscillator_iode
ERROR: UndefVarError: harmonic_oscillator_iode not defined

following the same page of the docs

ranocha avatar Jan 22 '21 12:01 ranocha

I forgot to update the docs when extracting the example code into GeometricProblems.jl All examples should work now, cf. https://juliagni.github.io/GeometricIntegrators.jl/latest/integrators/

michakraus avatar Jan 29 '21 13:01 michakraus