dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #13833
[WIKI] DOLFIN_road_map
The following page has been updated:
http://www.fenics.org/wiki/DOLFIN_road_map
The changes are as follows.
***
---
***************
*** 83,94 ****
--- 83,102 ----
assembly)
* Refine linear algebra classes for parallel assembly and solve
* I/O
+ * Store both global and local indices for cell/vertex, add mesh
+ functions for this
+ * Adapt BoundaryComputation for parallel mesh, use knowledge about
+ which vertices are shared to decide if a facet is a global or
+ local boundary
+ * 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]
***************
*** 156,164 ****
+ Demos are not built when using 'scons install . . .
enableDemos=yes'
- * Assembly
- + Break up function Assembler::assemble_system
-
* Linear Algebra
+ Complete Trilinos implementation
+ Parallel issues
--- 164,169 ----
***************
*** 171,193 ****
Not possible today since Vector doesn't have any constructor taking a
GenericVector. Can be solved using downcasting + fallback using
get/set
- * Parallel issues
- + Store both global and local indices for cell/vertex, add mesh
- functions for this
- + Adapt BoundaryComputation for parallel mesh, use knowledge
- about which vertices are shared to decide if a facet is a
- global or local boundary
- + Use parallel mesh information in DofMap to simplify
- implementation - should only need map from local to global
- cell/vertex
* Manual
+ Write incomplete sections
+ Write appendix on coding style
+ Document Python interface
-
- * Function
- + Input/output for time-series
* ODE solvers
+ Solve dual and compute error estimate
--- 176,186 ----
***************
*** 197,203 ****
* General
+ Replace stdio with iostream and fstream
+ Fix setprecision() for cout
- + Update function names: fooBar --> foo_bar
+ Remove as much const_cast as possible
Testing notification script
--- 190,195 ----