dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #13839
[WIKI] DOLFIN_road_map
The following page has been updated:
http://www.fenics.org/wiki/DOLFIN_road_map
The changes are as follows.
***
---
***************
*** 3,10 ****
[3]Home :: [4]Projects :: [5]Gallery :: [6]Download ::
[7]Documentation :: [8]Contact
! [9]Software repositories :: [10]Buildbot :: [11]Bug tracking ::
! [12]Statistics :: [13]News archive
DOLFIN road map
--- 3,10 ----
[3]Home :: [4]Projects :: [5]Gallery :: [6]Download ::
[7]Documentation :: [8]Contact
! [9]Software repositories :: [10]Book project :: [11]Buildbot ::
! [12]Bug tracking :: [13]Statistics :: [14]News archive
DOLFIN road map
***************
*** 16,35 ****
Contents
! * [14]1 Version 1.0
! * [15]2 Version 0.9.4
! * [16]3 Version 0.9.3
! * [17]4 Other planned features
! + [18]4.1 Parallelization
! + [19]4.2 Function
! + [20]4.3 Mesh
! + [21]4.4 Solvers
! + [22]4.5 Parameter system
! + [23]4.6 Demos
! * [24]5 Items migrated from TODO list
! + [25]5.1 Unsorted
! [[26]edit]
Version 1.0
--- 16,35 ----
Contents
! * [15]1 Version 1.0
! * [16]2 Version 0.9.4
! * [17]3 Version 0.9.3
! * [18]4 Other planned features
! + [19]4.1 Parallelization
! + [20]4.2 Function
! + [21]4.3 Mesh
! + [22]4.4 Solvers
! + [23]4.5 Parameter system
! + [24]4.6 Demos
! * [25]5 Items migrated from TODO list
! + [26]5.1 Unsorted
! [[27]edit]
Version 1.0
***************
*** 37,43 ****
* All bugs fixed, all features in place
* Finish manual
! [[27]edit]
Version 0.9.4
--- 37,43 ----
* All bugs fixed, all features in place
* Finish manual
! [[28]edit]
Version 0.9.4
***************
*** 45,51 ****
* Parallel assembly
* Parallel solve
! [[28]edit]
Version 0.9.3
--- 45,51 ----
* Parallel assembly
* Parallel solve
! [[29]edit]
Version 0.9.3
***************
*** 60,67 ****
* [DEL: Consistent naming of member functions (use underscores)
:DEL]
* Break up function Assembler::assemble_system
! * Cleanup Function class logic, see [[29]discussion]
! * Extracting vector field from tensor field, see [[30]discussion]
* Move to new XML format/implementation
* Remove build system deprecation warnings
* [DEL: Make build system check for build errors :DEL]
--- 60,67 ----
* [DEL: Consistent naming of member functions (use underscores)
:DEL]
* Break up function Assembler::assemble_system
! * Cleanup Function class logic, see [[30]discussion]
! * Extracting vector field from tensor field, see [[31]discussion]
* Move to new XML format/implementation
* Remove build system deprecation warnings
* [DEL: Make build system check for build errors :DEL]
***************
*** 71,81 ****
"enablePydolfin=no"
* [DEL: Rename message() --> info() :DEL]
! [[31]edit]
Other planned features
! [[32]edit]
Parallelization
--- 71,81 ----
"enablePydolfin=no"
* [DEL: Rename message() --> info() :DEL]
! [[32]edit]
Other planned features
! [[33]edit]
Parallelization
***************
*** 91,104 ****
* Use parallel mesh information in DofMap to simplify implementation
- should only need map from local to global cell/vertex
! [[33]edit]
Function
* Direct support for tensor valued functions
* Input/output for time-series
! [[34]edit]
Mesh
--- 91,104 ----
* Use parallel mesh information in DofMap to simplify implementation
- should only need map from local to global cell/vertex
! [[34]edit]
Function
* Direct support for tensor valued functions
* Input/output for time-series
! [[35]edit]
Mesh
***************
*** 107,113 ****
* Support for non-affine cells
* 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
* Higher Order (Curved) Mesh Capability
+ Continue to get P2 (quadratic) 2-D triangles implemented.
+ This will require modifying ufc::cell and related routines so
--- 107,113 ----
* Support for non-affine cells
* Rewrite Point class with public x, y, z member and use the trick
described here to allow indexed access:
! [36]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
***************
*** 116,134 ****
NOT affinely mapped.
+ Have a demo for this.
! [[36]edit]
Solvers
* Code and build system template for users to create solvers that
use the DOLFIN library
! [[37]edit]
Parameter system
* Namespaces, summaries, command-line, XML files, see
! [[38]discussion]
* Figure out where to store parameters: in DefaultParameters.h or
create in constructors
* Load default parameters from file
--- 116,134 ----
NOT affinely mapped.
+ Have a demo for this.
! [[37]edit]
Solvers
* Code and build system template for users to create solvers that
use the DOLFIN library
! [[38]edit]
Parameter system
* Namespaces, summaries, command-line, XML files, see
! [[39]discussion]
* Figure out where to store parameters: in DefaultParameters.h or
create in constructors
* Load default parameters from file
***************
*** 136,142 ****
* Keep list of possible values and check against these when setting
parameters
! [[39]edit]
Demos
--- 136,142 ----
* Keep list of possible values and check against these when setting
parameters
! [[40]edit]
Demos
***************
*** 150,162 ****
+ This section may also relate/link to the higher order mesh
stuff.
! [[40]edit]
Items migrated from TODO list
The following items have been migrated from the DOLFIN TODO file.
Please help out sorting them into their correct categories above.
! [[41]edit]
Unsorted
--- 150,162 ----
+ This section may also relate/link to the higher order mesh
stuff.
! [[41]edit]
Items migrated from TODO list
The following items have been migrated from the DOLFIN TODO file.
Please help out sorting them into their correct categories above.
! [[42]edit]
Unsorted
***************
*** 193,196 ****
+ Remove as much const_cast as possible
Testing notification script
! Retrieved from "[42]
--- 193,196 ----
+ Remove as much const_cast as possible
Testing notification script
! Retrieved from "[43]