thegooglecodearchive / sfepy

Automatically exported from code.google.com/p/sfepy
0 stars 0 forks source link

complex numbers in equations #140

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
'(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.

Original issue reported on code.google.com by vlukes@kme.zcu.cz on 9 Jun 2010 at 12:05

GoogleCodeExporter commented 9 years ago
This should work now - try [1].

[1] http://github.com/rc/sfepy/tree/master

Original comment by robert.c...@gmail.com on 9 Jun 2010 at 1:33

GoogleCodeExporter commented 9 years ago

Original comment by robert.c...@gmail.com on 10 Aug 2010 at 11:11

GoogleCodeExporter commented 9 years ago
Migrated to http://github.com/sfepy/sfepy/issues/142

Original comment by robert.c...@gmail.com on 30 Jan 2012 at 10:27