QuantEcon / SimpleDifferentialOperators.jl

Library for simple upwind finite differences
MIT License
12 stars 2 forks source link

"Gentle Introduction to Upwind Finite Differences" #71

Open jlperla opened 5 years ago

jlperla commented 5 years ago

As discussed, @chiyahn will be the "project manager" on helping to get the expositional notebook done that we talked about today and @ajozefiak can implement stuff as you guys work through stuff. A few of the things we discussed:

As for the code, follow the lead and notation on https://github.com/QuantEcon/SimpleDifferentialOperators.jl/blob/master/docs/examples/LCP_simple.jmd and the docs wherever possible. The main example code would be to describe https://quantecon.github.io/SimpleDifferentialOperators.jl/stable/#Solving-HJBE-with-constant-drifts-1 and consistency will be important. If you change notation in one, get it consistent.

At the bottom where you deal with state-dependent drifs, have the code consistent with https://quantecon.github.io/SimpleDifferentialOperators.jl/stable/#Solving-HJBE-with-state-dependent-drifts-1

chiyahn commented 5 years ago

Instead of state dependent drift, focus on constant drift at this moment (don't worry about upwind schemes)

For barebone (due this Tuesday/Wednesday) Keep in mind that you should now pass extended grids to differential operators -- try working with the current dev version with ] dev https://github.com/QuantEcon/SimpleDifferentialOperators.jl/

(CY)