SyFi  0.3
debug.py
Go to the documentation of this file.
00001 import swiginac
00002 from SyFi import *
00003 
00004 initSyFi(3)
00005 c = ReferenceTetrahedron()
00006 print c
00007 f = c.triangle(0)
00008 print f
00009 v = c.vertex(0)
00010 print v
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator