Skip to content

v0.10.8: Some bug-fixes for Psydac (#91)

Compare
Choose a tag to compare
@yguclu yguclu released this 27 Jan 17:12
· 41 commits to master since this release
f838dfe
In order to avoid problems when assembling vector expressions over the boundary, we do not create `Trace` objects from the expressions. Such a kind of reverse engineering is complex and error prone, and not really needed at the moment.

* Fix bug in Integral.subs_boundary_expr
* Set Trace commutativity from its expression
* Let IndexedTestTrial use indices of type sympy.Integer
* Don't substitute u with Trace(u) in boundary integral
* Deactivate unit tests for Trace
* Update version.py