DOLFIN road map
From The FEniCS project
We are in the process of migrating the list of planned features and major to do items from the TODO file distributed with the DOLFIN source code to this page.
Contents |
[edit]
Version 0.9
- Planned release date: Christmas 2008
- Parallel assembly and solve (see here)
- Enable re-ordering of the degree-of-freedom map
- Apply Dirichlet boundary conditions during assembly rather than only by zeroing rows (test version in place)
[edit]
Version 1.0
- Planned release date: Summer 2009
- All bugs fixed, all features in place
- Finish manual
[edit]
Other planned features
[edit]
Parallelization
- Modify Function to work with distributed vectors (for parallel assembly)
- Refine linear algebra classes for parallel assembly and solve
- I/O
[edit]
Function
- Direct support for tensor valued functions
[edit]
Mesh
- Support 1D and 2D cells in R^3
- Continued work on refinement and coarsening
- Support for non-affine cells
[edit]
Solvers
- Code and build system template for users to create solvers that use the DOLFIN library

