pyccel / sympde

Symbolic calculus for partial differential equations (and variational forms)
http://sympde.readthedocs.io/
MIT License
20 stars 4 forks source link

Split the Forms to smaller subexpressions before passing them to TerminalExpr #117

Open saidctb opened 2 years ago

saidctb commented 2 years ago

At the moment TerminalExpr return a list of atomized subexpression, we would like to improve that by splitting the forms first and then passing them to TerminalExpr and returning a single atomized subexpression.