diff --git a/doc/TODO b/doc/TODO index 1df59368848f8c13b1fc796bbeb3549bf692869e..817721d491b9fbd22243a72e236ab49539bec7cb 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,4 +1,4 @@ -$Id: TODO,v 1.14 2006-06-24 08:06:25 geuzaine Exp $ +$Id: TODO,v 1.15 2006-08-22 17:47:08 geuzaine Exp $ extrude along a given function (e.g. radius to extrude a sphere) @@ -19,12 +19,6 @@ surface.) ******************************************************************** -Degre2: add an option to simply subdivide the edges/faces instead of -generating the new vertices on the geometry? (requested by Jacques -Kools) - -******************************************************************** - add a min_recursion option for adaptve views (to force at least a certain number of subdivisions) @@ -117,11 +111,6 @@ elements ******************************************************************** -read inria's mesh and solution file formats? ALMOST DONE with new BDS -code. - -******************************************************************** - add general extrusion along parametric curve ******************************************************************** @@ -228,18 +217,6 @@ Memory leaks, memory leaks ******************************************************************** -Rewrite the geometry module in C++: we should have - -Point.cpp -Curve.cpp -Surface.cpp -Volume.cpp - -It's much shorter than one may think. We could just keep a C interface -like in Vertex.cpp and Simplex.cpp. - -******************************************************************** - Rewrite the View and ColorTable interface in C++ ******************************************************************** @@ -248,15 +225,6 @@ Include the 2D Netgen algorithms? ******************************************************************** -All surface meshes are made in a mean plane. If your surface cannot be -projected into a plane with a 1-to-1 correspondance between the nodes, -then gmsh will fail. - -We should definitely use a better projection algorithm -(intrinstic parameterization?). See e.g. work by Desbrun et al. - -******************************************************************** - post-processing file format: - add an integer per simplex (region num)? - add a format similar to the msh format (node list + simplex list)?