General
-------

- Optimize form evaluation: Hoffman, Logg
- Save edges in matlab format: Svensson?
- General boundary conditions: Kraft?
- General function representations: Hoffman, Logg, Jansson
- Use libtool: anyone?
- Replace stdio with iostream and fstream
- Replace Array and List with NewArray and NewList
- Update manual: anyone?
- Fix setprecision() cout
- Use NewArray<...> instead of ::Vector in assembly classes
- Fix mesh refinement (non-working mesh from Pr Ingelstrm)
- dx --> ddx in PDE
- dK --> dx in PDE
- Load parameters from dolfin.xml
- Add GiD file format (Harald)
- Fix assembly for systems of more than 3 equations
- Add multigrid solver
- Remove specification of dim from PDE
- Use symbolic links for meshes (see example src/demo/fem)
- Cleanup Parameter and ParameterList

Multi-adaptive solver
---------------------

- Save dual solution backwards
- Error estimates
- Automatic computation of stability factors as function of time T
- Use two files for matlab format
- Speedup interpolation (finding the correct element block)
- Bug in ElementData::createBlock() when out of memory?
