- Oct 28, 2005
-
-
Christophe Geuzaine authored
-
- Oct 27, 2005
-
-
Christophe Geuzaine authored
-
- Aug 30, 2005
-
-
Christophe Geuzaine authored
-
- Aug 10, 2005
-
-
Christophe Geuzaine authored
-
- Jul 15, 2005
-
-
Christophe Geuzaine authored
-
- Jul 14, 2005
-
-
Christophe Geuzaine authored
ex of sphere meshed with hexas
-
- Jul 04, 2005
-
-
Jean-François Remacle authored
-
- Jun 30, 2005
-
-
Jean-François Remacle authored
-
- Jun 24, 2005
-
-
Christophe Geuzaine authored
-
- Jun 13, 2005
-
-
Christophe Geuzaine authored
-
- Jun 11, 2005
-
-
Christophe Geuzaine authored
-
- Jun 10, 2005
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
redundant
-
Christophe Geuzaine authored
obsolete
-
Christophe Geuzaine authored
example to show how to extrude an external surface mesh
-
Christophe Geuzaine authored
Removed the last bits of the "Discrete Surface/Line" stuff. Gmsh can now simply read a .msh file, and use it as the boundary mesh of a 3D mesh. For an example on how to do this, cf. demos/sphere-discrete.geo. This complements nicely the STL remeshing stuff: Gmsh can now for example very easily be used to extrude surface meshes that come from other tools.
-
- Jun 06, 2005
-
-
Christophe Geuzaine authored
fix "color mesh by partition"
-
- May 12, 2005
-
-
Christophe Geuzaine authored
-
- Apr 19, 2005
-
-
Jean-François Remacle authored
-
- Apr 06, 2005
-
-
Christophe Geuzaine authored
small script to test handling of many (e.g. 5000) views
-
- Apr 04, 2005
-
-
Christophe Geuzaine authored
added all the missing "Combine" modes in the parser
-
- Apr 01, 2005
-
-
Christophe Geuzaine authored
-
- Mar 21, 2005
-
-
Christophe Geuzaine authored
add line stippling for 2d plots
-
- Mar 15, 2005
-
-
Christophe Geuzaine authored
add error check for discrete curves
-
- Mar 13, 2005
-
-
Christophe Geuzaine authored
-
- Mar 12, 2005
-
-
Christophe Geuzaine authored
a little more work on the axes stuff: enable global axes for the geometry and the mesh, too. We can finally get rid of the ugly old "moving axes" bit. (+ reverted changes in unproject: need to be more careful since unproject can be called outside Draw())
-
- Mar 09, 2005
-
-
Christophe Geuzaine authored
added rescan() in show() (necessary since fltk 1.1.7)
-
- Mar 08, 2005
-
-
Christophe Geuzaine authored
-
- Mar 02, 2005
-
-
Christophe Geuzaine authored
couple of test files
-
- Mar 01, 2005
-
-
Christophe Geuzaine authored
extrusion of discrete curves/surface with mesh that does not fit the geometry
-
- Feb 20, 2005
-
-
Christophe Geuzaine authored
-
- Jan 21, 2005
-
-
Christophe Geuzaine authored
-
- Jan 13, 2005
-
-
Christophe Geuzaine authored
- renamed "Duplicate View" into "Alias View" (suggested by Philippe; less confusing since "Duplicate" implies that we actually copy the data, which is not what we are doing) - added general "on the fly" tranformation matrix option. This allows for very efficient visualization of aliased datasets with non-destructive rotations, symmetries, etc.
-
- Jan 10, 2005
-
-
Christophe Geuzaine authored
move old (fixed) bug files to non-bug directories
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
- Jan 08, 2005
-
-
Christophe Geuzaine authored
- removed all the crappy STL code and rewrote it using JF's POLY_rep class - generalized POLY_rep so that we can use the polygonal discretization as a surface mesh, and mesh in 3D afterwards. I.e., we can now take an input triangulation (a single surface in STL format, multiple surfaces in STL format, one or more surfaces defined using the new "Discrete Surface" commands), and generate a 3D mesh that uses it. We could in theory even mix triangulated and "normal" surfaces in the same geometry, but nothing is done at the moment to ensure that the mesh at the interfaces would match (if it does, it actually works very nicely) - new STL mesh output format to export a surface mesh as a STL file - added an option to the GEO output routine to save the surface mesh as discrete surfaces associated with the geometrical surfaces - added STL and Text output formats for post-processing views (the text output allows for example to exploit plugin-generated data in gnuplot) - generalized Plugin(Evaluate): * can loop automatically over all the timestep and/or components * can do operations using data from an external view - if the 2 views are based on the same grid, the plugin does the evaluation very efficiently - if the 2 views are based on differenet grids, the plugin automatically interpolates the external view data onto the grid of the current view - added new Rand() function in MathEval - default colormap is now # 2 (the Matlab "Jet" colormap)
-
- Dec 30, 2004
-
-
Christophe Geuzaine authored
For/EndFor loop corrections exposed small bug here :-)
-
- Dec 27, 2004
-
-
Christophe Geuzaine authored
set num of rotor/stator teeth as parameters
-
- Dec 26, 2004
-
-
Christophe Geuzaine authored
-