QuantEcon / SimpleDifferentialOperators.jl

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

Rename interior to interiornodes and require passing in the boundary conditions #93

Closed jlperla closed 5 years ago

jlperla commented 5 years ago

I am concerned about two things here: (1) interior is the sort of function name that could end up clashing with all sorts of packages since Julia has weird namespace lookup rules and (2) that if we extend this to include multiple dimensions or thicker boundaries, we would need to have the boundary conditions to do the calculation. So,

chiyahn commented 5 years ago

Agreed. Will work on it