New issue 140 by lu...@kme.zcu.cz: complex numbers in equations
http://code.google.com/p/sfepy/issues/detail?id=140
'(1+1j) * dw_xxx...' results in parse error.
the only way to do this is '1 * dw_xxx.. + 1j * dw_xxx...', but it is not
efficient.
Comment #1 on issue 140 by robert.cimrman: complex numbers in equations
http://code.google.com/p/sfepy/issues/detail?id=140
This should work now - try [1].
Comment #2 on issue 140 by robert.cimrman: complex numbers in equations
http://code.google.com/p/sfepy/issues/detail?id=140
(No comment was entered for this change.)
Comment #3 on issue 140 by robert.c...@gmail.com: complex numbers in
equations
http://code.google.com/p/sfepy/issues/detail?id=140#c3
Migrated to http://github.com/sfepy/sfepy/issues/142