- Mar 01, 2005
-
-
Christophe Geuzaine authored
-
- Feb 28, 2005
-
-
Christophe Geuzaine authored
Merged patch from Matt Gundry <mjgundry@faa-engineers.com> to support the structured Plot3d mesh format.
-
Christophe Geuzaine authored
avoid crashes if trying to transform a curve with no begin/end points
-
- Feb 26, 2005
-
-
Christophe Geuzaine authored
smaller init alloc in curves
-
- Feb 25, 2005
-
-
Christophe Geuzaine authored
Use the curve's end points id numbers for the end vertices (as we do in the normal 1D algo). This is what the old extrusion algorithm expects.
-
- Feb 24, 2005
-
-
Christophe Geuzaine authored
-
- Feb 22, 2005
-
-
Jean-François Remacle authored
-
- Feb 20, 2005
-
-
Christophe Geuzaine authored
fixes for discrete curves/surfaces
-
Christophe Geuzaine authored
copy/paste bug
-
Christophe Geuzaine authored
modified Read_Mesh and Print_Geo so that we can save line/surface meshes loaded from a file as discrete geometries
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
- New "Discrete Line" commands (similar to the Discrete Surface commands, but for curves). This permits e.g. to use Gmsh's extrusion mesh generators on 2D meshes (with boundaries) imported from other programs, and have all the useful elements generated (both volume and surface). - Don't use Ctrl+m for File->Merge, as it is a reserved keyword for Window->Minimize on OS X: * File->Merge is now Shift+Ctrl+o (since it's in some way a variation of File->Open's Ctrl+o) * Tools->Options is now Shift+Ctrl+n
-
- Feb 16, 2005
-
-
Christophe Geuzaine authored
update less often for small meshes
-
Christophe Geuzaine authored
Added progress message while reading .msh files (idea from Nicolas) Instead of popping up a progress bar, I just used a Msg() call. Not sure which is best, but this is a bit simpler..
-
- Feb 12, 2005
-
-
Christophe Geuzaine authored
make maximize reversible
-
Christophe Geuzaine authored
add "Window" menu on Mac OS X
-
- Feb 11, 2005
-
-
Christophe Geuzaine authored
fix gcc warning
-
Christophe Geuzaine authored
fixed crash when trying to extrude a discrete surface + minor mods in the faq
-
- Feb 08, 2005
-
-
Jean-François Remacle authored
-
- Feb 06, 2005
-
-
Christophe Geuzaine authored
mention python
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
- Feb 05, 2005
-
-
Christophe Geuzaine authored
put call to value() after filter() so that we see the chosen file if we specify one
-
Christophe Geuzaine authored
fix for the annoying "disappearing path" problem in the file chooser
-
Christophe Geuzaine authored
simpler Start() function
-
- Feb 04, 2005
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
removed extra white space and node coord format in UNV export
-
- Feb 02, 2005
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
- added new "spectral" colormap (truncated hsv) - added GUI button for elliptic mesh + geometry coherence - added GMSH_MAJOR_VERSION, GMSH_MINOR_VERSION and GMSH_PATCH_VERSION in the parser
-
- Jan 26, 2005
-
-
Christophe Geuzaine authored
remove debug printf call
-
- Jan 25, 2005
-
-
Christophe Geuzaine authored
change orientations so that all the "discrete" sphere demos also work with netgen
-
- Jan 24, 2005
-
-
Christophe Geuzaine authored
add comments
-
- Jan 21, 2005
-
-
Christophe Geuzaine authored
don' draw full stem in filled mode
-
Christophe Geuzaine authored
added check for socklen_t in configure script
-
Christophe Geuzaine authored
fix normal orientation of second triangle
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
make simple arrows/pyramids look nicer when lighting is on
-
Christophe Geuzaine authored
better estim of label width
-
- Jan 20, 2005
-
-
Christophe Geuzaine authored
allow negative line loop number in surface definitions
-
Christophe Geuzaine authored
Adding python solver interface from Carl Osterwisch <osterwischc@asme.org>. The interface comes with a example python "solver" that converts an Abacus result file (in CSV format) into Gmsh post-processing views. Very cool ;-) Thanks Carl!
-