$Id: TODO,v 1.3 2005/09/25 14:34:14 delpinux Exp $

*) Rearrange code for surface meshes and internal faces groups. This
   sould lead to remove the motherCell() function in Triangle and
   Quadrangle!

*) Display sumary of ./configure run

*) Optimization. Use AutoPointer instead of ReferenceCounting for
   Discretizations : should be faster but need modifying Autopointer ...

*) Code design: Should change boundary conditions in solver part
   merging variational problems and pde problems to simplify code and
   then avoid bugs.

*) Algebra:
- TinyMatrix() should be initialized to nothing (actually it is 0)

*)Boundary conditions:
- Fat boundary method.
- Lagrange multipliers surface/volume.

*)DDM and parallel computing:
- ALL :-(

*)CSG & VR:
- Finish POV-Ray parser rewrite.

*)Language:
- Make version 3 of it, spliting the syntaxical and sementical analysis.

*)Mesh:
- Improve surface mesh generation (Mainly needed for Lagrange multipliers
  methods)
- Improve reading and writing of mesh for more flexibility.

*)Others:
- Simplify postreatment (User point of view)
