- Jul 03, 2005
-
-
Christophe Geuzaine authored
compile tetgen by default so we get feedback on machine-specific problems
-
- Jun 27, 2005
-
-
Christophe Geuzaine authored
New plugin to compute the modulus and the phase of a complex-valued field in-place, in one simple step. One could already do this with Plugin(Evaluate), but it was a little bit cumbersome.
-
- Jun 25, 2005
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
- Jun 12, 2005
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
- Jun 11, 2005
-
-
Christophe Geuzaine authored
-
- Jun 10, 2005
-
-
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 09, 2005
-
-
Christophe Geuzaine authored
reorder
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
fixed full-quadrangle recombine algo: - run globally, not for each surface - assign entities to elements - split line meshes - correctly re-tag vertices as 1st order - plug memory leaks
-
- Jun 08, 2005
-
-
Christophe Geuzaine authored
fixed small bug when drawing the boundary of a prism for a time step > 1
-
Christophe Geuzaine authored
replaced ExportLCField with ExportMeshStatistics (lc + gamma, eta, rho + elem num)
-
- Jun 06, 2005
-
-
Christophe Geuzaine authored
-
- Jun 04, 2005
-
-
Christophe Geuzaine authored
-
- May 27, 2005
-
-
Christophe Geuzaine authored
-
- May 24, 2005
-
-
Christophe Geuzaine authored
-
- May 21, 2005
-
-
Christophe Geuzaine authored
optimize 2d iso plots with vertex arrays
-
Christophe Geuzaine authored
2 big optimizations for meshes that contain a lot of line elements: - speed up Read_Mesh (by introducing temp tree in curves) - use vertex arrays for lines in mesh drawing code
-
- May 13, 2005
-
-
Christophe Geuzaine authored
removed remaining Discrete Line/Surface stuff
-
- May 12, 2005
-
-
Christophe Geuzaine authored
add entries about Visibility, Clipping and Transparency
-
- Apr 25, 2005
-
-
Christophe Geuzaine authored
add link to pdf tutorial
-
- Apr 22, 2005
-
-
Christophe Geuzaine authored
typo
-
- Apr 19, 2005
-
-
Christophe Geuzaine authored
link to GUI tutorial
-
- Apr 13, 2005
-
-
Christophe Geuzaine authored
-
- Apr 06, 2005
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
- changed "View.ArrowLocation" into "View.GlyphLocation" (this way we can also use this option to display the numeric values at the nodes, instead of displaying always at the barycenter) - changed the numeric display of vectors (display the 3 omponents instead of the norm)
-
- Apr 04, 2005
-
-
Christophe Geuzaine authored
added small warning in automatically generated opt_* files
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
removed limit on number of file names allowed on the command line
-
Christophe Geuzaine authored
better help string for '-combine'
-
Christophe Geuzaine authored
added all the missing "Combine" modes in the parser
-
- Apr 01, 2005
-
-
Christophe Geuzaine authored
-
- Mar 26, 2005
-
-
Christophe Geuzaine authored
doc 2nd order elements
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
- Generalized the "View" parser so that we can add new elements more easily (the code is *much* shorter, but unfortunately about 10-15% slower) - Upgraded all post-pro file formats to handle curved (second order) elements: SL2, VL2, TL2, ST2, VT2, ... The new version number for the postpro files is 1.4 - Added code to automatically split the curved elements into linear elements when the view is created. WARNING: this is only a temporary solution: weshould generalize Adaptive_Post_View to handle these curved elements.
-
- Mar 24, 2005
-
-
Christophe Geuzaine authored
typos
-