[fiat] branch master updated (0221804 -> 2ff84d5)

Mattia Rizzolo mattia at debian.org
Sat Apr 23 18:39:42 UTC 2016


This is an automated email from the git hooks/post-receive script.

mattia pushed a change to branch master
in repository fiat.

      from  0221804   New upstream release
      adds  793e705   Initial upstream branch.
      adds  5a2d13b   Imported Upstream version 1.6.0
       new  2ff84d5   Merge tag 'upstream/1.6.0'

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 AUTHORS                              |  27 ++
 COPYING                              | 676 +++++++++++++++++++++++++++++++++++
 COPYING.LESSER                       | 165 +++++++++
 ChangeLog                            |  49 +++
 FIAT/P0.py                           |  62 ++++
 FIAT/__init__.py                     |  48 +++
 FIAT/argyris.py                      | 169 +++++++++
 FIAT/asci2vtk2d.py                   |  73 ++++
 FIAT/asci2vtk3d.py                   |  73 ++++
 FIAT/brezzi_douglas_fortin_marini.py | 124 +++++++
 FIAT/brezzi_douglas_marini.py        | 106 ++++++
 FIAT/crouzeix_raviart.py             |  91 +++++
 FIAT/discontinuous_lagrange.py       |  74 ++++
 FIAT/discontinuous_raviart_thomas.py |  81 +++++
 FIAT/dual_set.py                     |  50 +++
 FIAT/expansions.py                   | 449 +++++++++++++++++++++++
 FIAT/factorial.py                    |  27 ++
 FIAT/finite_element.py               | 141 ++++++++
 FIAT/functional.py                   | 492 +++++++++++++++++++++++++
 FIAT/hermite.py                      |  87 +++++
 FIAT/jacobi.py                       | 110 ++++++
 FIAT/lagrange.py                     |  70 ++++
 FIAT/makelags.py                     |  60 ++++
 FIAT/morley.py                       |  75 ++++
 FIAT/nedelec.py                      | 331 +++++++++++++++++
 FIAT/nedelec_second_kind.py          | 251 +++++++++++++
 FIAT/newdubiner.py                   | 254 +++++++++++++
 FIAT/polynomial_set.py               | 341 ++++++++++++++++++
 FIAT/quadrature.py                   | 294 +++++++++++++++
 FIAT/raviart_thomas.py               | 169 +++++++++
 FIAT/reference_element.py            | 530 +++++++++++++++++++++++++++
 FIAT/regge.py                        | 217 +++++++++++
 FIAT/tabarg.py                       |  51 +++
 FIAT/tablag.py                       |  33 ++
 FIAT/trace.py                        | 269 ++++++++++++++
 FIAT/transform_hermite.py            |  71 ++++
 FIAT/transform_morley.py             | 103 ++++++
 MANIFEST                             |  32 ++
 README                               |  37 ++
 doc/fenicsmanual.cls                 | 100 ++++++
 doc/manual.tex                       | 306 ++++++++++++++++
 release.conf                         |   5 +
 setup.py                             |  26 ++
 test/test.py                         | 324 +++++++++++++++++
 44 files changed, 7123 insertions(+)
 create mode 100644 AUTHORS
 create mode 100644 COPYING
 create mode 100644 COPYING.LESSER
 create mode 100644 ChangeLog
 create mode 100644 FIAT/P0.py
 create mode 100644 FIAT/__init__.py
 create mode 100644 FIAT/argyris.py
 create mode 100644 FIAT/asci2vtk2d.py
 create mode 100644 FIAT/asci2vtk3d.py
 create mode 100644 FIAT/brezzi_douglas_fortin_marini.py
 create mode 100644 FIAT/brezzi_douglas_marini.py
 create mode 100644 FIAT/crouzeix_raviart.py
 create mode 100644 FIAT/discontinuous_lagrange.py
 create mode 100644 FIAT/discontinuous_raviart_thomas.py
 create mode 100644 FIAT/dual_set.py
 create mode 100644 FIAT/expansions.py
 create mode 100644 FIAT/factorial.py
 create mode 100644 FIAT/finite_element.py
 create mode 100644 FIAT/functional.py
 create mode 100644 FIAT/hermite.py
 create mode 100644 FIAT/jacobi.py
 create mode 100644 FIAT/lagrange.py
 create mode 100644 FIAT/makelags.py
 create mode 100644 FIAT/morley.py
 create mode 100644 FIAT/nedelec.py
 create mode 100644 FIAT/nedelec_second_kind.py
 create mode 100644 FIAT/newdubiner.py
 create mode 100644 FIAT/polynomial_set.py
 create mode 100644 FIAT/quadrature.py
 create mode 100644 FIAT/raviart_thomas.py
 create mode 100644 FIAT/reference_element.py
 create mode 100644 FIAT/regge.py
 create mode 100644 FIAT/tabarg.py
 create mode 100644 FIAT/tablag.py
 create mode 100644 FIAT/trace.py
 create mode 100644 FIAT/transform_hermite.py
 create mode 100644 FIAT/transform_morley.py
 create mode 100644 MANIFEST
 create mode 100644 README
 create mode 100644 doc/fenicsmanual.cls
 create mode 100644 doc/manual.tex
 create mode 100644 release.conf
 create mode 100755 setup.py
 create mode 100644 test/test.py

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/fenics/fiat.git



More information about the debian-science-commits mailing list