- Nov 29, 2006
-
-
Christophe Geuzaine authored
physical entities can now be defined using a string instead of a number (and there is a new field $PhysicalNames in the .msh format to keep track of these strings)
-
- Nov 27, 2006
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
remove elliptic - same as Transfinite with Mesh.Smoothing > 1
-
Christophe Geuzaine authored
- finished volume extrusion - cleanup ExtrudeParam (plug memory leak + remove unused stuff) - make netgen the default 3D algo for now (since it actually works)
-
Christophe Geuzaine authored
make explicit regions in extrusions DEPRECATED
-
Christophe Geuzaine authored
remove more attractor crap
-
- Nov 25, 2006
-
-
Christophe Geuzaine authored
cleanup
-
Christophe Geuzaine authored
bidir db: phase 3 -- move all the old geo stuff into Geo/
-
Christophe Geuzaine authored
bidi db: phase 2 -- continued
-
Christophe Geuzaine authored
bidir db: phase 2 -- removed all (well, most of) the old data structures and algorithms
-
Christophe Geuzaine authored
bidir db: phase 1
-
- Nov 22, 2006
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
fix crash when trying to draw a geom while the db is being built
-
- Nov 21, 2006
-
-
Christophe Geuzaine authored
occ mingw
-
Stefen Guzik authored
support for CGNS IO
-
- Nov 16, 2006
-
-
Christophe Geuzaine authored
occ work
-
- Nov 15, 2006
-
-
Jean-François Remacle authored
-
- Nov 14, 2006
-
-
Jean-François Remacle authored
:i
-
Jean-François Remacle authored
-
Christophe Geuzaine authored
start opencascade integration
-
- Nov 04, 2006
-
-
Christophe Geuzaine authored
more mesh edit work
-
- Oct 10, 2006
-
-
Christophe Geuzaine authored
new GModel::writeGEO (only implemented for gmshModel for now; goal is to be able to implement this for other derived model types (like OCC) later, too)
-
- Sep 07, 2006
-
-
Christophe Geuzaine authored
better fix
-
Christophe Geuzaine authored
fix crash when adding a geo entity while a mesh is displayed
-
- 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
-
- 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 :-)
-
Christophe Geuzaine authored
refer to .mesh as MEDIT format, not INRIA format
-
- Aug 29, 2006
-
-
Jean-François Remacle authored
-
- Aug 26, 2006
-
-
Jean-François Remacle authored
-
Christophe Geuzaine authored
- better computation of bounds for discrete entities - added small widget for light position selection - infrastructure for Fourier models
-
- Aug 24, 2006
-
-
Christophe Geuzaine authored
-
- Aug 23, 2006
-
-
Christophe Geuzaine authored
simplify TeX printing
-
- Aug 22, 2006
-
-
Christophe Geuzaine authored
- done rewriting second order algo - small optimizations here and there to speed up the vertex array creation (we should get rid of List_Add & co)
-
- Aug 20, 2006
-
-
Christophe Geuzaine authored
reduce dependencies by putting the selection buffer stuff in its own file
-
- 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).
-
Jean-François Remacle authored
-
Christophe Geuzaine authored
added binary stl export
-
Christophe Geuzaine authored
- rewrote selection code to use dynamic arrays, so that we should never overflow the selection buffer again (even on huuuuge models) - cleanup some leftovers "useing namespace std"
-
- Aug 18, 2006
-
-
Christophe Geuzaine authored
make sure to rest the model before doing a add_in_file in the old geo code (since the parsed command could delete an entity!)
-