- Feb 12, 2007
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
orientation bug in extrusion
-
- Feb 09, 2007
-
-
Christophe Geuzaine authored
- make it easier to build universal binaries on Mac - remove unused arg in transform functions (an prepare the terrain for periodic meshes)
-
- Feb 08, 2007
-
-
Christophe Geuzaine authored
-
- Feb 07, 2007
-
-
Christophe Geuzaine authored
better text in warning dialog when appending string to non-.geo file
-
- Feb 05, 2007
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
polish
-
- Feb 04, 2007
-
-
Christophe Geuzaine authored
- print num vert+elm after each generation - reork tutorial a bit
-
Christophe Geuzaine authored
-
- Feb 03, 2007
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
displays nowadays often have more than 1024 pixels
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
cleaned last gcc warnings tagging gmsh_2_0_0
-
Christophe Geuzaine authored
small things
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
- Feb 02, 2007
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
- added warning dialog before attempting to append a scripting command to a non-geometry file - fixed mean plane computation for periodic curves - added headers + ramn indent on Attractor files
-
Jean-François Remacle authored
enhancement of gmsh Surfaces JFR
-
- Feb 01, 2007
-
-
Christophe Geuzaine authored
fix shift/reduce conflict in parser (had to slightly modify embedding syntax)
-
Christophe Geuzaine authored
more work to get universal libs and binaries on os x: use libtool instead of ar
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
make depend
-
- Jan 31, 2007
-
-
Jean-François Remacle authored
-
Jean-François Remacle authored
corrected some bugs in 2d mesher & occ interface
-
- Jan 30, 2007
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
- temporary fix for creation of second order vertices on periodic curves and periodic surfaces - speedup 2nd order vertex creation - never create MFaceVertices if we don't know the parametric coordinates (this will screw up the 2nd order algo!): create MVertices instead - fixed u,v coords of vertices after elliptic smoother in meshGFaceTransfinite - added "-format msh1" and "-format msh2" shortcuts to quickly select the version of the msh format from the command line + added "med" and "cgns" formats - moved gui guidelines in separate file
-
- Jan 29, 2007
-
-
Christophe Geuzaine authored
better configure for MED
-
Christophe Geuzaine authored
added MED export capability (merci Pascale!!)
-
Christophe Geuzaine authored
- using quads to draw 2nd order elements was a bad idea (they can be non-plane, so the normals computed for lighting did not always look nice). It's better to just split each quad into 2 triangles. - import THEM in ParseString
-
- Jan 28, 2007
-
-
Christophe Geuzaine authored
- subclassing higher order vertices is not a good idea--it makes the identification hard in the I/O layer. So let's just store a char for the order like we did in the old versions - fixed license.texi and in License.cpp - removed unused GEntity::inClosure()
-
Christophe Geuzaine authored
fix logic + crashes w/ bgmesh on file
-
Christophe Geuzaine authored
- implemented all missing 2nd order representations - removed unused member functions in GFace + cleaned up GFace::point
-
- Jan 26, 2007
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
- nicer display of second order elements (don't draw internal edges) - nicer display of second order vertices (color like in 1.65)
-
- Jan 25, 2007
-
-
Christophe Geuzaine authored
added some debug code
-
Christophe Geuzaine authored
- save physicals labels when saving unrolled geometries - fixed crash in unrolled geo save (discrete points) - Delete Physicals now also deletes the physicals in GModel - removed unused rules and terminals in parser - put at least one mid-point when meshing non-straight lines in OCC: this fixes most of the trivial 2d meshing problems
-