matthieugomez / EconPDEs.jl

Solve non-linear HJB equations.
Other
123 stars 41 forks source link

Bug in AchdouHanLasryLionsMoll one asset example #21

Closed finmod closed 3 years ago

finmod commented 3 years ago

In the AchdouHanLasryLionsMoll one asset example, the crucial pdesolve command has disappeared:

m = AchdouHanLasryLionsMollModel() stategrid = initialize_stategrid(m) y0 = initialize_y(m, stategrid) y, result, distance = pdesolve(m, stategrid, y0)

matthieugomez commented 3 years ago

Solved. Thanks!

finmod commented 3 years ago

The same patch carries over to WangWangYang.