Skip to content
Snippets Groups Projects
Commit 6182c6d6 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

*** empty log message ***

parent dc20951e
No related branches found
No related tags found
No related merge requests found
$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 ...@@ -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 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 ...@@ -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" add option to cutmesh to cap the mesh instead of displaying "whole"
elements elements
...@@ -185,25 +169,10 @@ The "Symmetry" operation should be renamed "Reflection" (?) ...@@ -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++ Rewrite the View and ColorTable interface in C++
******************************************************************** ********************************************************************
Include the 2D Netgen algorithms?
********************************************************************
post-processing file format: post-processing file format:
- add an integer per simplex (region num)? - add an integer per simplex (region num)?
- add a format similar to the msh format (node list + simplex list)? - add a format similar to the msh format (node list + simplex list)?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment