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.

Installation
============

See the file "INSTALL".

License
=======

SyFi and SFC is licensed under the GNU GPL Version 2, or (at your
option) any later version. See http://www.gnu.org or the file
"COPYING" for details.

Copyright
=========

SyFi is copyright (c) 2006-2009, Kent-Andre Mardal and Simula Resarch
Laboratory.

SFC is copyright (c) 2007-2009, Martin Sandve Alnes and Simula Resarch
Laboratory.

Contact information
===================

Homepage: 

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

Questions, bug reports, patches etc should be sent directly to

  syfi-dev@fenics.org

