February 12th, 2007, 7:45 pm
QuoteQuestion #2. I am reading Topper's book on FEM. I understand the basics but have not yet implemented any pricer. Would this be a recommended approach for such a problem (discrete dividends with free boundary)?You need Crank's book on Moving boundary problem. I don't know your background but to solve this I reckon you need a MSc/PhD in a specific branch of engineering/numerical analysis (FEM, free bdy). One cannot learn FEM on the fly.QuoteQuestion#3. Speed of computation using the FDM approach is slower than what i intended. I am using C# but even if i migrate to C++ i don't foresee any significant improvements. Would FEM be faster?What is slower? For 1 factor 3 seconds for a FDM is easily achieved.FEM is overkill for this kind of problem, although it works but is a lot of maths (FEM is slower than FDM, also in human costs)I would 1) stick to FDM 2) improve the design and (maybe) 3) do it in C++ (about 20% faster than C#).
Last edited by
Cuchulainn on February 11th, 2007, 11:00 pm, edited 1 time in total.