~chaffra/fiat/main

« back to all changes in this revision

Viewing changes to FIAT/testRT.py

  • Committer: kirby
  • Date: 2005-05-31 15:03:57 UTC
  • Revision ID: devnull@localhost-20050531150357-n7ka5987yo6ylpaz
[project @ 2005-05-31 15:03:57 by kirby]
Initial revision

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
import RaviartThomas
 
2
 
 
3
shape = 2
 
4
degree = 1
 
5
 
 
6
U = RaviartThomas.RTSpace(shape,degree)