

SyFi is a package for defining finite element methods. In contrast to most other
finite element packages, the finite elements, the weak forms etc are defined symbolically
instead of numerically. SyFi relies on the symbolic math library GiNaC (www.ginac.de).  

To use the Python module 'ufccodegen' for code generation, the UFC version found at
  http://www.fenics.org/pub/software/ufc/v0.1/ufc-1.0-rc1.tar.gz
must be installed. This is not necessary for other uses.

Homepage: 
  http://www.fenics.org/syfi

Questions, bug reports, patches etc should be sent directly to syfi-dev@fenics.org 
 

Installation notes are in "INSTALL". 





