I am trying to view these kinds of PDE/FDM from several viewpoints and to trigger discussions, e.g. the ADI with bells and whistles is fine but not easy for FDM noobies. For example, how easy would ADI be for _non_ Heston-style, e.g 2 factor Hull White Bermudan callable bond, to take a random example.
How does that HW PDE look like? How is it different?
I have seen not much on ADI for more general derivative problems. Most of the literature is very much focused on Heston. Curious, why no preprocessing x = log(S)?
Well, now you have one paper more which is not on Heston:). But I'm sure I've seen papers using ADI for the (3D) Heston Hull- White PDE for example. Or you mean something different? As mentioned in the paper, the log(S) transformation is used but is generally less accurate when discretized, so not my first choice.
Regarding your eq 30, what is the compelling reason for using it? It is not clear to me what problem(s) is solved by this transformation.
A non-uniform grid is absolutely necessary here for the reasons Alan mentioned.The hybrid construction described by (30) leads to more regular convergence and hence to better Richardson Extrapolation results (which is based on the premise that the convergence order is the theoretical 2 in this case). One needs to be in the asymptotic range of course, which means some minimum spatial resolution is needed for RE to "work" (and so to be of benefit). There are comments on this in the paper. In general it works pretty well and I think this is one of the most interesting contributions in the paper, as I haven't seen any other paper in finance using
spatial RE. Have you? It's a good alternative I think to 4th order schemes (certainly much simpler) and I would guess of comparable accuracy. Higher (4th+) order FD schemes accuracy gains also increase with increasing resolution and their performance may not be better than that of a 2nd order scheme when a low resolution is used (same as RE).
Another interesting thing is that 4th order (observed) order of convergence is possible with RE, despite the discontinuous initial conditions (the vanilla payoff). That's with the simple smoothing proposed in the paper. I remember the OP (JohnLeM) saying that this is difficult. Which it is, say with the "old" 5-pt stencil 4th order FD schemes, but I remember reading that it possible when a compact 4th order scheme is used, together with some sophisticated way to smooth the the initial payoff. See for example a few papers by During like this one:
https://arxiv.org/abs/1512.02529v1
OPEN QUESTION:
P.S. Samarskii mentions that 4.24 can be solved but does not say _how_. I have no idea how I would tackle this problem. It is highly nonlinear because the coefficients must be evaluated at mesh points (which are themselves unknown).
Yes, that's partly why I didn't try it:) I think what he means is that constructing a non-uniform grid that satisfies this constraint is possible. I think an equivalent approach (and a way to do it) is presented in one of the references, by Ikonen & Toivanen :
http://users.jyu.fi/~tene/papers/reportB12-05.pdf