Implementation to the complex system of ODE

Implementation to the complex system of ODE

Аватар пользователя oleglebedev
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
3 posts / 0 новое
Последнее сообщение
Пожалуйста, обратитесь к странице Уведомление об оптимизации для более подробной информации относительно производительности и оптимизации в программных продуктах компании Intel.
Аватар пользователя Alexander Kalinkin (Intel)

Hi Oleg, You are correct, current version of Intel ODE solver doesn't support complex type. With beste regards, Alexander Kalinkin

Аватар пользователя

Зарегистрируйтесь, чтобы оставить комментарий.