- Jun 28, 2004
-
-
Christophe Geuzaine authored
more fixes for netgen
-
Christophe Geuzaine authored
Added hooks to optimize our meshes using netgen (in particular: the "special" volume 99999 is now cleaned up after use and all the elements/vertices are transfered back into the original volumes) As a bonus, this finally allowed me to remove the ugly hacks in the volume mesh drawing routines...
-
Christophe Geuzaine authored
optimize netgen mesh import (much much faster now for large meshes)
-
- Jun 27, 2004
-
-
Christophe Geuzaine authored
- revert the OPTIM change on 3D_Mesh.o - fix bustage for --disable-netgen
-
- Jun 26, 2004
-
-
Christophe Geuzaine authored
keep netgen in make source
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
refactor the netgen code in a dedicated class
-
Christophe Geuzaine authored
Merged Netgen 4.3.1: a Delaunay/Frontal 2D/3D mesh generator. Thanks a lot to Nicolas Tardieu for this!
-
Christophe Geuzaine authored
Merged Netgen 4.3.1: a Delaunay/Frontal 2D/3D mesh generator. Thanks a lot to Nicolas Tardieu for this!
-
Christophe Geuzaine authored
Store the surface orientations (from surface loops) in the volume: we need this for Netgen.
-
- Jun 24, 2004
-
-
Christophe Geuzaine authored
mention explicitly if a plugin only works for simplices
-
Christophe Geuzaine authored
Generalized Plugin(Triangulate) to handle vector and tensor views
-
- Jun 23, 2004
-
-
Christophe Geuzaine authored
Removed the orientation hacks completely. Should be pretty clean now.
-
Christophe Geuzaine authored
set default RecombineAngle = 75
-
Christophe Geuzaine authored
- %.1g -> %g to display bounding boxes - update credits
-
Christophe Geuzaine authored
Replaced my orientation hack with a rigorous algorithm... Seems to work nicely (and is general).
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
Apply the surface re-orientation hack to quadrangles (and to extruded meshes!)
-
- Jun 22, 2004
-
-
Christophe Geuzaine authored
isolate the hack in a subroutine
-
Christophe Geuzaine authored
another quick hack for non-convex surfaces
-
Christophe Geuzaine authored
pretty print shortcut help
-
Christophe Geuzaine authored
Yesterday's fix wasn't quite right. This should be better.
-
Christophe Geuzaine authored
Horrible hack to fix the surface orientation problems. This is only a temporary solution: I don't have time to investigate the issue further right now...
-
- Jun 21, 2004
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
- Jun 20, 2004
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
- mesh.algo -> algo2d and algo3d - replaced most of the remaining radio buttons with Fl_Choices (requires less screen real estate)
-
- Jun 18, 2004
-
-
nicolas tardieu authored
-
- Jun 17, 2004
-
-
Christophe Geuzaine authored
create the default project file in the home directory if no "current" directory is defined (e.g. when double-clicking on the icon on Windows/MacOS)
-
- Jun 16, 2004
-
-
Christophe Geuzaine authored
reset the input lists (do not delete them)
-
Christophe Geuzaine authored
Do a default List_Create in List_CreateFromFile instead of returning NULL. (This fixes the problems in Plugins that assume that the element lists are all ready to be added into.)
-
- Jun 15, 2004
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
forgot to destroy the evaluators
-
Christophe Geuzaine authored
nbU -> nPointsU
-
Christophe Geuzaine authored
replace CutCircle/CutCurve with CutParametric
-
Jean-François Remacle authored
-
Christophe Geuzaine authored
explain that fltk needs to be configured with --enable-cygwin on windows
-
- Jun 13, 2004
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
forgot to deal with quadrangles here
-
Christophe Geuzaine authored
-