File: elements.py

package info (click to toggle)
ffc 1.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 50,704 kB
  • sloc: cpp: 572,515; python: 15,790; makefile: 134; sh: 67
file content (4 lines) | stat: -rw-r--r-- 250 bytes parent folder | download
1
2
3
4
elements = ["FiniteElement('N1curl', triangle, 2)",
            "MixedElement([FiniteElement('Lagrange', triangle, 3), \
                           VectorElement('Lagrange', triangle, 3)['facet']])",
            "VectorElement('R', triangle, 0, 3)"]