dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #14395
[WIKI] DOLFIN_road_map
The following page has been updated:
http://www.fenics.org/wiki/DOLFIN_road_map
The changes are as follows.
***
---
***************
*** 120,132 ****
* 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)
- * Make the following possible:
- Vector x(u.vector());
-
- Not possible today since Vector doesn't have any constructor taking a
- GenericVector. Can be solved using downcasting + fallback using
- get/set
[[39]edit]
Mesh
--- 120,126 ----