← Back to team overview

ffc team mailing list archive

Version 0.1.3 of FFC released

 

0.1.3 [2004-12-06]
 - Fix bug in DOLFIN format (missing value when zero)
 - Add output of reference tensor to LaTeX format
 - Make raw output format print data with full precision
 - Add component diagram
 - Change order of declaration of basis functions
 - Add new output format raw
0.1.2 [2004-11-17]
 - Add command-line interface ffc
 - Add support for functions (coefficients)
 - Add support for constants
 - Allow multiple forms (left- and right-hand side) in same file
 - Add test examples: poisson.form, mass.form, navierstokes.form
 - Wrap FIAT to create vector-valued finite element spaces
 - Check ranks of operands
 - Clean up algebra, add base class Element
 - Add some documentation (class diagram)
 - Add support for LaTeX output
0.1.1-1 [2004-11-10]
 - Add missing file declaration.py
0.1.1 [2004-11-10]
 - Make output variable names configurable
 - Clean up DOLFIN code generation
 - Post-process form to create reference, geometry, and element tensors
 - Experimental support for general tensor-valued elements
 - Clean up and improve index reassignment
 - Use string formatting for generation of output
 - Change index ordering to access row-wise
0.1.0 [2004-10-22]
 - First iteration of the FEniCS Form Compiler