dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #15095
[WIKI] DOLFIN_road_map
The following page has been updated:
http://www.fenics.org/wiki/DOLFIN_road_map
The changes are as follows.
***
---
***************
*** 22,34 ****
* [19]4 Parallelisation
* [20]5 Other planned features
+ [21]5.1 Demos
! + [22]5.2 Function
! + [23]5.3 General
! + [24]5.4 Mesh
! + [25]5.5 ODE solvers
! + [26]5.6 User solvers
! [[27]edit]
Version 1.0
--- 22,32 ----
* [19]4 Parallelisation
* [20]5 Other planned features
+ [21]5.1 Demos
! + [22]5.2 Mesh
! + [23]5.3 ODE solvers
! + [24]5.4 User solvers
! [[25]edit]
Version 1.0
***************
*** 36,42 ****
* All bugs fixed, all features in place
* Finish manual (including coding style and Python interface)
! [[28]edit]
Version 0.9.4
--- 34,40 ----
* All bugs fixed, all features in place
* Finish manual (including coding style and Python interface)
! [[26]edit]
Version 0.9.4
***************
*** 52,63 ****
* Expand range of unit tests and correctness tests
* Add performance benchmarks
* Draft of central manual chapters
! * Cleanup Function class logic, see [[29]discussion] and
! [[30]discussion]
! * Extracting vector field from tensor field, see [[31]discussion]
* Support tensor fields (may require work on FFC)
! [[32]edit]
Version 0.9.3
--- 50,61 ----
* Expand range of unit tests and correctness tests
* Add performance benchmarks
* Draft of central manual chapters
! * Cleanup Function class logic, see [[27]discussion] and
! [[28]discussion]
! * Extracting vector field from tensor field, see [[29]discussion]
* Support tensor fields (may require work on FFC)
! [[30]edit]
Version 0.9.3
***************
*** 86,92 ****
* [DEL: Rename message() --> info() :DEL]
* [DEL: Consistency in printing objects, remove disp() :DEL]
! [[33]edit]
Parallelisation
--- 84,90 ----
* [DEL: Rename message() --> info() :DEL]
* [DEL: Consistency in printing objects, remove disp() :DEL]
! [[31]edit]
Parallelisation
***************
*** 118,128 ****
local to a process (they should be)
* [DEL: Parallelise dolfin::Scalar :DEL]
! [[34]edit]
Other planned features
! [[35]edit]
Demos
--- 116,126 ----
local to a process (they should be)
* [DEL: Parallelise dolfin::Scalar :DEL]
! [[32]edit]
Other planned features
! [[33]edit]
Demos
***************
*** 134,181 ****
+ This section may also relate/link to the higher order mesh
stuff.
! [[36]edit]
!
! Function
!
! * Input/output for time-series
!
! [[37]edit]
!
! General
!
! * Remove as much const_cast as possible
!
! [[38]edit]
Mesh
* Support 1D and 2D cells in R^3
- * Continued work on refinement and coarsening
- * Support for non-affine cells
* Rewrite Point class with public x, y, z member and use the trick
described here to allow indexed access:
! [39]http://www.mr-edd.co.uk/?p=113
! * Higher Order (Curved) Mesh Capability
! + Continue to get P2 (quadratic) 2-D triangles implemented.
! + This will require modifying ufc::cell and related routines so
! that FFC has access to the curved mesh data.
! + Will need to enable FFC to create code for triangles that are
! NOT affinely mapped.
! + Have a demo for this.
! [[40]edit]
ODE solvers
* Solve dual and compute error estimate
* Automatic computation of stability factors as function of time T
! [[41]edit]
User solvers
* Code and build system template for users to create solvers
(including Python modules via SWIG) that use the DOLFIN library
! Retrieved from "[42]
--- 132,158 ----
+ This section may also relate/link to the higher order mesh
stuff.
! [[34]edit]
Mesh
* Support 1D and 2D cells in R^3
* Rewrite Point class with public x, y, z member and use the trick
described here to allow indexed access:
! [35]http://www.mr-edd.co.uk/?p=113
! [[36]edit]
ODE solvers
* Solve dual and compute error estimate
* Automatic computation of stability factors as function of time T
! [[37]edit]
User solvers
* Code and build system template for users to create solvers
(including Python modules via SWIG) that use the DOLFIN library
! Retrieved from "[38]