← Back to team overview

dolfin team mailing list archive

[WIKI] DOLFIN_road_map

 

The following page has been updated:

  http://www.fenics.org/wiki/DOLFIN_road_map

The changes are as follows.

***  

---  

***************

*** 121,126 ****

--- 121,132 ----

  
       * 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
+      * Add function to display all parameters
+      * Keep list of possible values and check against these when setting
+        parameters
  
     [[39]edit]
  
***************

*** 188,201 ****

            + Automatic computation of stability factors as function of
              time T
  
-      * Parameters
-           + Figure out where to store parameters: in DefaultParameters.h
-             or create in constructors
-           + Load default parameters from file
-           + Add function to display all parameters
-           + Keep list of possible values and check against these when
-             setting parameters
- 
       * General
            + Replace stdio with iostream and fstream
            + Fix setprecision() for cout
--- 194,199 ----