Jump to content

FEniCS Project

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Art187 (talk | contribs) at 21:31, 23 June 2008. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

FEniCS
Operating systemLinux, Unix, Mac OS X, Windows
Available inC++, Python
TypeScientific simulation software
LicenseGNU General Public License
Websitehttp://www.fenics.org

The FEniCS project is a set of free software projects with the common goal to enable automated solution of differential equations. It provide software tools for working with computational meshes, finite element variational formulations of PDEs, ODE solvers and linear algebra.

Software Projects

FEniCS is based on a collection of interoperable components (projects). DOLFIN functions as the main interface to FEniCS. Both C++ and Python front-ends are available. Some of the core functionality is implemented as part of DOLFIN, including the mesh library, assembly of linear systems, and ODE solvers, while some functionality is wrapped and delegated to other libraries. This includes linear algebra, which is delegated to uBLAS or (optionally) PETSc.

The form compiler FFC handles the symbolic manipulation of variational problems and generates efficient code for assembly of linear systems from a given variational problem.

FIAT functions as the finite element backend to FFC, tabulating finite element basis functions and their derivatives. FErari functions as an optimizing backend to FFC.

Other projects include

  • SyFi - a symbolic finite element tabulator
  • Puffin - an educational project
  • UNICORN - a project for structure-fluid interaction
  • Instant - a project for inlining c code in python
  • UFL - a universal form language

University Collaboration

Originally the project was a research collaboration between the University of Chicago and Chalmers University of Technology[1] , it currently being sponsered by:

References

  1. ^ T. Dupont, J. Hoffman, C. Johnson, R. Kirby, M. Larson, A. Logg, R. Scott (2004). The FEniCS Project.The Finite Element Preprint Series, Chalmer University of Technology, 2004. [1]