I'm attempting to solve a complex PDE with FiPy. It would appear that FiPY does not support complex arguments and the general advice seems to be to split the PDE, solve separately and then recombine. Is this still the case?
Secondly, I can't see any way to set non constant initial conditions. Suppose I'd like to have my mesh not have an identical value in every cell, is there a simpler way to do that other than using setValue?
Thank you.