- Mar 16, 2007
-
-
Jean-François Remacle authored
-
- Mar 14, 2007
-
-
Jean-François Remacle authored
-
- Feb 27, 2007
-
-
Jean-François Remacle authored
-
- Jan 28, 2007
-
-
Christophe Geuzaine authored
- implemented all missing 2nd order representations - removed unused member functions in GFace + cleaned up GFace::point
-
- Jan 22, 2007
-
-
Christophe Geuzaine authored
- fixed missing return value in OCCVertex::reparamOnFace - added code to highlight orphan entities (dave's idea) - added gui for incomplete second order elements - removed ugly static variables in 1d algo - made sure we remove all 2d order vertices before generating new ones
-
- Jan 18, 2007
-
-
Christophe Geuzaine authored
- added exception to GPL for triangle/tetgen - fixed some command line switches - added option to antialiasing OpenGL rendering
-
- Jan 16, 2007
-
-
Christophe Geuzaine authored
- reimplemented subdivision of extruded meshes - fix indent + unused var + gcc warnings all over the place
-
- Jan 12, 2007
-
-
Jean-François Remacle authored
-
- Dec 20, 2006
-
-
Jean-François Remacle authored
-
- Nov 27, 2006
-
-
Christophe Geuzaine authored
-
- Nov 25, 2006
-
-
Christophe Geuzaine authored
bidir db: phase 2 -- removed all (well, most of) the old data structures and algorithms
-
- Nov 04, 2006
-
-
Christophe Geuzaine authored
more mesh edit work
-
- Sep 26, 2006
-
-
Christophe Geuzaine authored
use MVertex::distance + better check in writePOS
-
- Sep 10, 2006
-
-
Christophe Geuzaine authored
also for unv
-
Christophe Geuzaine authored
make negative physical entities behave like they're supposed to
-
- Sep 08, 2006
-
-
Christophe Geuzaine authored
added routines output (incomplete) second order elements in BDF SAME REMARK AS WITH UNV: PLEASE TEST THE NODE ORDERING
-
Christophe Geuzaine authored
added full support for incomplete second order elements (8-node quad, 20-node hexa, 15-node prism and 13-node pyramid): - second order generation algorithm can now be told to generate either complete or incomplete elements - MSH I/O routines can deal with all elements - UNV I/O routines now support all the elements in the I-deas spec (I did my best to follow the spec for the ordering of the nodes, but I might have made some mistakes: PLEASE TEST IF YOU HAVE ACCESS TO A CODE OTHER THAN GMSH THAT CAN READ/WRITE UNV FILES)
-
- Sep 07, 2006
-
-
Christophe Geuzaine authored
- Use correct vertex ordering for second order simplices in UNV format (thanks to Romuald Conty <conty@phimeca.com>) - MLine2 -> MLine3
-
- Sep 03, 2006
-
-
Christophe Geuzaine authored
- finished Nastran BDF implementation (read+write in all BDF formats: free field, small field & long field) - improved UNV and Medit import - added detection of bad vertex indices in all import routines - fixed bug in 2nd order quad constructor
-
- Sep 02, 2006
-
-
Christophe Geuzaine authored
- changed UNV output to match MSH output w.r.t. physical groups - new UNV file reader
-
- Sep 01, 2006
-
-
Christophe Geuzaine authored
add CBAR for lines in BDF
-
- Aug 31, 2006
-
-
Christophe Geuzaine authored
Added support (both read and write) for the Nastran Bulk Data File format (BDF). This might need some adjustments depending on what the actual spec is: I just reverse engineered some BDF files I found on the web :-)
-
- Aug 29, 2006
-
-
Christophe Geuzaine authored
set the 2 padding bytes in binary STL to 0 (it's just cleaner)
-
- Aug 19, 2006
-
-
Christophe Geuzaine authored
Implemented new binary MSH file format (both read and write). A 250Mb mesh file (6 million tetrahedra) is now read or written to disk in less than 10 seconds (on my powerbook's slow hard drive).
-
Christophe Geuzaine authored
added binary stl export
-
- Aug 15, 2006
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
- Aug 14, 2006
-
-
Christophe Geuzaine authored
-
- Aug 08, 2006
-
-
Christophe Geuzaine authored
-
- Aug 07, 2006
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
- Aug 06, 2006
-
-
Christophe Geuzaine authored
-
- Aug 04, 2006
-
-
Christophe Geuzaine authored
-