JuliaApproximation / ApproxFun.jl

Julia package for function approximation
http://juliaapproximation.github.io/ApproxFun.jl/
Other
536 stars 71 forks source link

Higher-order nonlinear BVPs #225

Closed cmarcotte closed 9 years ago

cmarcotte commented 9 years ago

For example, the Blasius function (and its generalization, Falkner-Skan), would make helpful examples to show off the capabilities (and limitations) of the package.

cmarcotte commented 9 years ago

I went ahead and implemented it. Can anyone help me to submit it for an example?

dlfivefifty commented 9 years ago

Sounds great, Christopher!

The best way is to make a pull request. The steps are roughly (1) Fork the repository (click Fork on ApproxFun’s github site), (2) checkout your Fork, (3) make your changes, (4) commit and push your changes to your fork and (5) create a pull request to have the changes merged back into ApproxFun.

On 30 Jul 2015, at 11:24 am, Christopher Marcotte notifications@github.com wrote:

I went ahead and implemented it. Can anyone help me to submit it for an example?

— Reply to this email directly or view it on GitHub https://github.com/ApproxFun/ApproxFun.jl/issues/225#issuecomment-126147752.