← Back to team overview

ffc team mailing list archive

Version 0.1.6 of FFC released

 

0.1.6 [2005-03-17]
 - Add support for mixing multiple different finite elements
 - Add support for division with constants
 - Fix index bug (reverse order of multi-indices)
0.1.5 [2005-03-14]
 - Automatically choose the correct quadrature rule for precomputation
 - Add test program for verification of FIAT quadrature rules
 - Fix bug for derivative of sum
 - Improve common interface for debugging: add indentation
 - Add support for constants
 - Fix bug for sums of more than one term (make copies of references in lists)
 - Add '_' in naming of geometry tensor (needed for large dimensions)
 - Add example elasticity.form
 - Cleanup build_indices()
0.1.4-1 [2005-02-07]
 - Fix version number and remove build directory from tarball
0.1.4 [2005-02-04]
 - Fix bug for systems, seems to work now
 - Add common interface for debugging
 - Modify DOLFIN output to initialize functions
 - Create unique numbers for each function
 - Use namespaces for DOLFIN output instead of class names
 - Temporary implementation of dof mapping for vector-valued elements 
 - Make DOLFIN output format put entries into PETSc block
 - Change name of coefficient data: c%d[%d] -> c[%d][%d]
 - Change ordering of basis functions (one component at a time)
 - Add example poissonsystem.form
 - Modifications for new version of FIAT (FIAT-L)
   FIAT version 0.1 a factor 5 slower (no memoization)
   FIAT version 0.1.1 a little faster, only a factor 2 slower
 - Add setup.py script
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