- Jul 01, 2004
-
-
Christophe Geuzaine authored
update command line help
-
Christophe Geuzaine authored
bulletproof FindCurve/Surface + uniformize error messages
-
Christophe Geuzaine authored
"Length -> Characteristic length" button label
-
Christophe Geuzaine authored
removed SELECT test for mesh nodes: we don't use it
-
Christophe Geuzaine authored
upgraded Triangle to version 1.5
-
Christophe Geuzaine authored
- set OLDCINCLUDE flag for netgen on sgi - use FLAGS in Netgen/Makefile
-
Christophe Geuzaine authored
added sanity check for number of nodes per element
-
Christophe Geuzaine authored
iostream.h -> iostream
-
- Jun 30, 2004
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
make depend + update docs
-
Christophe Geuzaine authored
don't optimize netgen meshes by default + use Msg(FATAL) when something bad happens
-
Christophe Geuzaine authored
nicer physicals
-
Christophe Geuzaine authored
update docs
-
Christophe Geuzaine authored
forgot this one
-
Christophe Geuzaine authored
added optimization hooks in the interface (GUI + comamnd line)
-
Christophe Geuzaine authored
mesh optimization polish (redirect netgen messages to the GUI, etc.)
-
Christophe Geuzaine authored
really simplex cube example
-
Christophe Geuzaine authored
added "Optimize 3D" button in the GUI
-
Christophe Geuzaine authored
We can now use Netgen's optimization pass on our own Delaunay meshes. It seems to work pretty well on small examples, but it definitely requires more testing :-)
-
Christophe Geuzaine authored
a version of piece.geo with correct surface orientations so that it works with netgen
-
Christophe Geuzaine authored
- added small routine to orient all the surfaces in a Surface Loop consistently - fixed orientation of lines/surfaces in holes, *IF* we suppose that holes are defined consistently with exterior boundaries (warning: there is currently *NO* check for this in the code)
-
- Jun 29, 2004
-
-
Christophe Geuzaine authored
-
- 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!)
-