JuliaGNI / GeometricProblems.jl

Example problems for GeometricIntegrators.jl
MIT License
5 stars 0 forks source link

Keyword and other names are not unique #58

Closed benedict-96 closed 5 months ago

benedict-96 commented 5 months ago

We should have the same names for similar things in all the modules, i.e. parameters -> params, Δt -> tstep etc.

michakraus commented 5 months ago

The interface needs a general makeover. This has already happened in some submodules like HarmonicOscillator but not yet everywhere. It should be params -> parameters, though, not the other way around.