I would like to solve the following PDE
for the two-variable function f(q,y)
d f(q,y) / dq + 1/2 (d^2f(q,y)/dy^2 + x(q)*(df(q,y)/dy)^2) = 0,
in the interval -\inf < y < \inf, 0<=q<=1
and with boundary condition f(1,y) = g(y)
, where g(y)
is a known function.
What is the best C/C++ package to solve numerically this equation?