SciML / ODE.jl

Assorted basic Ordinary Differential Equation solvers for scientific machine learning (SciML). Deprecated: Use DifferentialEquations.jl instead.
Other
105 stars 49 forks source link

example of a user defined type #107

Closed jkozdon closed 8 years ago

jkozdon commented 8 years ago

There doesn't seem to be an example showing what's required for the user to define their own type.

coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 93.651% when pulling e5c46a2f6ccba595acd74da971a898ca33474344 on jkozdon:master into a0ef97d6249e62a089370787850ae697e3d94962 on JuliaLang:master.

codecov-io commented 8 years ago

Current coverage is 93.65%

No coverage report found for master at a0ef97d.

Powered by Codecov. Last updated by a0ef97d...71a1628

mauro3 commented 8 years ago

Thanks, this is good! Maybe a few sentences comments would be good: what the example is about, maybe a word about the ODE.

There is also the test-case test/interface-tests.jl. You could mention it in your example.

coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 93.651% when pulling 63ad4b0b5bb9556e84cbbdf5b45ebb595436b2a4 on jkozdon:master into a0ef97d6249e62a089370787850ae697e3d94962 on JuliaLang:master.

mauro3 commented 8 years ago

Looks good to me. Someone please merge this, unless there are objections.

ChrisRackauckas commented 8 years ago

Looks good to me as well. Merging.

mauro3 commented 8 years ago

Ah, yes, we can merge now! ;-) Thanks!