dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #14782
[WIKI] DOLFIN_road_map
The following page has been updated:
http://www.fenics.org/wiki/DOLFIN_road_map
The changes are as follows.
***
---
***************
*** 146,151 ****
--- 146,154 ----
* 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)
+ * Create views of vectors, e.g. through a class
+ VectorView(GenericVector& vec, std::vector<uint>& map) which is a
+ subclass of GenericVector.
[[40]edit]