dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #15016
[WIKI] DOLFIN_road_map
The following page has been updated:
http://www.fenics.org/wiki/DOLFIN_road_map
The changes are as follows.
***
---
***************
*** 53,60 ****
* Expand range of unit tests and correctness tests
* Add performance benchmarks
* Draft of central manual chapters
! [[29]edit]
Version 0.9.3
--- 53,64 ----
* 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
***************
*** 73,81 ****
* [DEL: Consistent naming of member functions (use underscores)
:DEL]
* [DEL: Break up function Assembler::assemble_system :DEL]
- * Cleanup Function class logic, see [[30]discussion] and
- [[31]discussion]
- * Extracting vector field from tensor field, see [[32]discussion]
* [DEL: Move to new XML format/implementation :DEL]
* [DEL: Remove build system deprecation warnings :DEL]
* [DEL: Make build system check for build errors :DEL]
--- 77,82 ----
***************
*** 90,95 ****
--- 91,97 ----
Parallelisation
+ * MeshFunctions
* [DEL: Mesh parsing :DEL]
* [DEL: Partitioning (ParMETIS) :DEL]
* [DEL: Mesh distribution :DEL]
***************
*** 116,122 ****
* Check renumbering for P0 functions. The P0 dofs are not always
local to a process (they should be)
* [DEL: Parallelise dolfin::Scalar :DEL]
- * MeshFunctions
[[34]edit]
--- 118,123 ----
***************
*** 138,144 ****
Function
- * Direct support for tensor valued functions
* Input/output for time-series
[[37]edit]
--- 139,144 ----
***************
*** 151,159 ****
Linear Algebra
- * Remove need for calling apply() after changes (solvers may check
- and call it if necessary (GNW: I don't think that we should do
- this) (AL: me neither)
* Create views of vectors, e.g. through a class
VectorView(GenericVector& vec, std::vector<uint>& map) which is a
subclass of GenericVector.
--- 151,156 ----
***************
*** 187,193 ****
User solvers
! * Code and build system template for users to create solvers that
! use the DOLFIN library
Retrieved from "[43]
--- 184,190 ----
User solvers
! * Code and build system template for users to create solvers
! (including Python modules via SWIG) that use the DOLFIN library
Retrieved from "[43]