QuantEcon / SimpleDifferentialOperators.jl

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

Math in preparation for the applyaffineboundary function for non-homogenous absorbing barriers #187

Closed jlperla closed 5 years ago

jlperla commented 5 years ago

The discretization of the differential operators and boundary conditions all assume homogeneity of the BCs to be able to use blindly. I found (128) and (205) as an examples of where this algebra is done for a particular boundary condition, and I found the formulas in in https://quantecon.github.io/SimpleDifferentialOperators.jl/dev/examples/#Solving-HJBE-with-absorbing-barrier-conditions-1 but I am not sure if I see the general approach in that setup.