~ubuntu-branches/ubuntu/natty/ffc/natty

« back to all changes in this revision

Viewing changes to test/unit/evaluate_basis/test_against_fiat.py

  • Committer: Bazaar Package Importer
  • Author(s): Johannes Ring
  • Date: 2010-07-01 19:54:32 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20100701195432-xz3gw5nprdj79jcb
Tags: 0.9.3-1
* New upstream release.
* debian/control:
  - Minor fix in Vcs fields.
  - Bump Standards-Version to 3.9.0 (no changes needed).
  - Update version for python-ufc, python-fiat, and python-ufl in
    Depends field.
* Switch to dpkg-source 3.0 (quilt) format.
* Update debian/copyright and debian/copyright_hints.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
__copyright__ = "Copyright (C) 2010 Kristian B. Oelgaard"
4
4
__license__  = "GNU GPL version 3 or any later version"
5
5
 
6
 
# Last changed: 2010-02-02
 
6
# Last changed: 2010-04-12
7
7
 
8
8
from cppcode import evaluate_basis_code_fiat
9
9
from ufl import FiniteElement, MixedElement
36
36
                    {"family": "Brezzi-Douglas-Marini",\
37
37
                      "shapes": ["triangle", "tetrahedron"],\
38
38
                      "degrees": [1, 2, 3]},\
 
39
                    {"family": "Nedelec 1st kind H(curl)",\
 
40
                      "shapes": ["triangle", "tetrahedron"],\
 
41
                      "degrees": [1, 2, 3]}
39
42
# Not supported in new FIAT
40
43
#                    {"family": "Brezzi-Douglas-Fortin-Marini",\
41
44
#                      "shapes": ["triangle", "tetrahedron"],\
42
45
#                      "degrees": [1, 2, 3]},\
43
 
                    {"family": "Nedelec 1st kind H(curl)",\
44
 
                      "shapes": ["triangle", "tetrahedron"],\
45
 
                      "degrees": [1, 2, 3]}
46
46
]
47
47
 
48
48
# Create some mixed elements