
SyFi - Symbolic Finite Elements
===============================
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).  


SFC - The SyFi Form Compiler
============================
The SyFi Form Compiler is a Python module for compiling variational 
forms written using UFL to C++ code implementing the UFC interface.


Contact information
===================
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". 


