- 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
-
Christophe Geuzaine authored
-
Jean-François Remacle authored
-
Christophe Geuzaine authored
better fix
-
Christophe Geuzaine authored
fix crash when adding a geo entity while a mesh is displayed
-
Christophe Geuzaine authored
removed "primarily Delaunay" from the docs ;-)
-
- Sep 06, 2006
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
- start work on fourierModel - add support for pyramids in BDF (it's not in the official spec I have here, but all the files I found on the web use CPYRAM)
-
Jean-François Remacle authored
-
- Sep 05, 2006
-
-
Jean-François Remacle authored
-
- Sep 04, 2006
-
-
Christophe Geuzaine authored
changed name of second order elements (in prevision of addition of standard new ones like 8-node quad, 20-node hex & co)
-
- Sep 03, 2006
-
-
Christophe Geuzaine authored
make sure to null-terminate tmp string
-
Christophe Geuzaine authored
generalize BDF vertex reading code to handle the special Nastran floating point formats (-1.-1 == -1.E-1, etc.)
-
Christophe Geuzaine authored
use atof/atoi in simple cases
-
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
-
-
Jean-François Remacle authored
-
Christophe Geuzaine authored
add CBAR for lines in BDF
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
make clear that we only read/write "free format" BDF files, with a comma as the separator symbol
-
Christophe Geuzaine authored
make sure we store all types of elements
-
- Aug 31, 2006
-
-
Christophe Geuzaine authored
make all dialog windows resize correctly with the font size
-
Christophe Geuzaine authored
use MSH version 2 by default
-
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 30, 2006
-
-
Christophe Geuzaine authored
store partition number as a short (instead of a full integer)
-
- Aug 29, 2006
-
-
Christophe Geuzaine authored
set the 2 padding bytes in binary STL to 0 (it's just cleaner)
-
Christophe Geuzaine authored
missing activate_cb string for general transformation button
-
Jean-François Remacle authored
-
Christophe Geuzaine authored
put fltk popup bug fix in a single header file
-
- Aug 28, 2006
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
- Aug 27, 2006
-
-
Christophe Geuzaine authored
draw the rotation center
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
default tensor type should be 1
-
Christophe Geuzaine authored
fltk does not like the KEYUP thing -- reverting to KEYBOARD
-
- Aug 26, 2006
-
-
Christophe Geuzaine authored
- test <hash_map> (commented out for now) - added "box" mode to clipping planes GUI
-