- Jul 10, 2006
-
-
Jean-François Remacle authored
-
- Jun 08, 2006
-
-
Christophe Geuzaine authored
modified patch from philip kelleners (mostly for irix)
-
- May 14, 2006
-
-
Christophe Geuzaine authored
- fixed .msh save of negative volume 2nd order hexas
-
- May 13, 2006
-
-
Christophe Geuzaine authored
fix info msg
-
Christophe Geuzaine authored
need to add new vertices into Surface->Vertices (for possible later extrusions)
-
- May 05, 2006
-
-
Christophe Geuzaine authored
link with GmshPlugin before GmshCommon (for dave)
-
- Apr 24, 2006
-
-
Christophe Geuzaine authored
add option to renumber the nodes in .msh files (to avoid gaps in the sequence)
-
- Apr 16, 2006
-
-
Christophe Geuzaine authored
pretty print
-
Christophe Geuzaine authored
better fix for discrete curves: we don't make any assumptions on the node numbering anymore (and just regenerate the connectivity)
-
Christophe Geuzaine authored
small fixes so we can mix discrete curves with regular curves and mesh mixed surfaces
-
- Apr 05, 2006
-
-
Christophe Geuzaine authored
fix interactive mesh drawing + initial_only aniso
-
Christophe Geuzaine authored
make "initial mesh only" option visible in scripts
-
Christophe Geuzaine authored
draw interactive Delaunay in correct coordinate system
-
- Apr 04, 2006
-
-
Christophe Geuzaine authored
- fix discrete surf (for the 100000th time) - new Status N command in parser to force mesh status - create reverse discrete curves
-
- Mar 29, 2006
-
-
Christophe Geuzaine authored
workaround for Read_Mesh limitation when reading discrete closed curves (missing last vertex due to List_Insert...)
-
- Mar 24, 2006
-
-
Christophe Geuzaine authored
fix crash + cleanup jf's msg
-
- Mar 19, 2006
-
-
Christophe Geuzaine authored
set char length from lines (useful if we want to mesh 2D from boundary repres)
-
- Mar 18, 2006
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
cannot init iterator with 0: breaks on gcc 4.1
-
- Mar 17, 2006
-
-
Christophe Geuzaine authored
minimize the number of files that include GmshVersion.h: it's annoying to recompiletoo many files just because the version string changes
-
- Mar 15, 2006
-
-
Christophe Geuzaine authored
new plugin to extract the geometry edges
-
- Mar 09, 2006
-
-
Jean-François Remacle authored
-
- Mar 08, 2006
-
-
Jean-François Remacle authored
-
- Feb 26, 2006
-
-
Christophe Geuzaine authored
moved most OS-dependent functions in OS.cpp
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
- Feb 25, 2006
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
- Feb 22, 2006
-
-
Christophe Geuzaine authored
characteristic lenghts, that would lead to HUGE meshes (this is one of the most common causes for erroneous bug reports on the mailing list)
-
- Feb 04, 2006
-
-
Christophe Geuzaine authored
ask confirmation to overwrite a mesh file when clicking on "Save Mesh"
-
- Jan 31, 2006
-
-
Christophe Geuzaine authored
-
- Jan 29, 2006
-
-
Christophe Geuzaine authored
remove obsolete BGM structure
-
Christophe Geuzaine authored
removing dead code
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
better export mesh as post-pro view
-
- Jan 28, 2006
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
polish
-
Christophe Geuzaine authored
removed the STEP parser: it's unusable, it makes the parser bigger, and it introduces conflicts in the syntax.
-
Christophe Geuzaine authored
- better fallback when outside the octree - disable bgm when optimizing in netgen
-
Christophe Geuzaine authored
Rewrote the background mesh code to use the new post-pro octree instead of the old brick stuff. It's 100x faster ;-)
-