From 6182c6d649e63d1547f82790e84c7772d08e71ec Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Sun, 3 Dec 2006 22:11:46 +0000 Subject: [PATCH] *** empty log message *** --- doc/TODO | 47 ++++++++--------------------------------------- 1 file changed, 8 insertions(+), 39 deletions(-) diff --git a/doc/TODO b/doc/TODO index 0377208491..38f4ac46e5 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,4 +1,4 @@ -$Id: TODO,v 1.31 2006-12-02 19:29:37 geuzaine Exp $ +$Id: TODO,v 1.32 2006-12-03 22:11:46 geuzaine Exp $ ******************************************************************** @@ -10,12 +10,17 @@ reclassify volumes in new 3D mesh ******************************************************************** -bug: quads orientation is wrong afterrecombine +bug: quads orientation is wrong after recombine ******************************************************************** return error when trying to mesh a volume with netgen/tetgen whose -boundary contsains quads +boundary contains quads + +******************************************************************** + +fill transfinite_vertices in meshGFaceExtrude so that we can use +extruded+recombined surfaces to create Transfinite Volumes? ******************************************************************** @@ -83,27 +88,6 @@ http://www.gnu.org/licenses/gpl-faq.html#GPLIncompatibleLibs ******************************************************************** -add an interactive way to choose the orientation of surfaces in -surface loops and lines in line loops? - -(To make things simple, all line loops should be oriented "aire a -gauche", and all surface loops whould be oriented with exterior -normals...) - -******************************************************************** - -Would be nice to have Plugin(CutBox) and Plugin(CutCylinder) (Box: -using Xc, Yc, Zc, Xl, Yl, Zl, Xr, Yr, Zr, or 4 points. 4 points is -more general: can be wedge. Cylinder should be able to degenerate -into cone) - -******************************************************************** - -fill TrsfPoint list in surfaces in 3D_Extrude, so that we can use -extruded+recombined surfaces to create Transfinite Volumes - -******************************************************************** - add option to cutmesh to cap the mesh instead of displaying "whole" elements @@ -185,25 +169,10 @@ The "Symmetry" operation should be renamed "Reflection" (?) ******************************************************************** -Memory leaks: - -- check all calls to Tree_Replace: we shouldn't use it with trees of - pointers, since we loose the original pointer when we actually do a - 'replace' - -- check all calls to Tree_Insert, and test the return value (if we - don't do the insert, free the data!) - -******************************************************************** - Rewrite the View and ColorTable interface in C++ ******************************************************************** -Include the 2D Netgen algorithms? - -******************************************************************** - post-processing file format: - add an integer per simplex (region num)? - add a format similar to the msh format (node list + simplex list)? -- GitLab