Changelog for
python-ufl-1.2.0-1.22.noarch.rpm :
Fri Jun 21 14:00:00 2013 kkhere.geoAATTgmail.com
- update to version 1.2.0
* NB! Using shapes such as (1,) and (1,1) instead of () for 1D tensor quantities I, x, grad(f)
* Add cell.facet_diameter
* Add new concept Domain
* Add new concept Region, which is the union of numbered subdomains
* Add integration over regions (which may be overlapping by sharing subdomains)
* Add integration over everywhere
* Add functions cosh, sinh, tanh, Max, Min
* Generalize jump(v,n) for rank(v) > 2
* Fix some minor bugs
Tue Jan 22 13:00:00 2013 scorotAATTfree.fr
- update to version 1.1.0
* Add support for pickling of expressions (thanks to Graham
Markall)
* Add shorthand notation A
*
*2 == inner(A, A), special cased for
power 2.
* Add support for measure sum notation f
*(dx(0) + dx(3)) ==
f
*dx(0) + f
*dx(3)
* Supporting code for bugfix in PyDOLFIN when comparing
test/trial functions
* Remove support for tuple form notation as this was ambiguous
* Bugfix in quadrature degree estimation, never returning <0 now
* Remove use of cmp to accomodate removal from python 3
Sun Oct 14 14:00:00 2012 scorotAATTfree.fr
- requires python(abi) on recent products
Sun Sep 23 14:00:00 2012 scorotAATTfree.fr
- first package