Hello,
I suppose this is a correct place for my question)
Does Intel ODE solver work well with complex system of ODE? Must I perform some simplification to reduce imaginaryand real parts (increasing an order of the system by 2, respectively)? And so, I solve Im and Re parts of ODE separately then I combine ones for the general solution like this y_g(t) = y_r(t) + i * y_i(t), where i = sqrt(-1.0)
P.S. The massive y and rhs are double precision. And so... I have to separate.
Oleg
Does Intel ODE solver work well with complex system of ODE? Must I perform some simplification to reduce imaginaryand real parts (increasing an order of the system by 2, respectively)? And so, I solve Im and Re parts of ODE separately then I combine ones for the general solution like this y_g(t) = y_r(t) + i * y_i(t), where i = sqrt(-1.0)
P.S. The massive y and rhs are double precision. And so... I have to separate.
Oleg



