- Mar 11, 2005
-
-
Christophe Geuzaine authored
- cleaned up (somewhat) + finished the euler angles/quaternion handling - added a new little dialog in gui to specify the rotations/scales/translations by hand. This is similar to what I did in the Motif version of Gmsh a looooong time ago, and I was really missing this capability... (e.g. being able to specify exact rotation angles)
-
Christophe Geuzaine authored
- the grid options now also apply to 3D views (this way we can finally get accurate size info for any data set; and the info is updated in real-time for gemeotry transformations & displacement maps) - new option to specify the size of the moving axes - generalized text align code (we now support the 9 modes that TeX does)
-
- Mar 09, 2005
-
-
Christophe Geuzaine authored
added rescan() in show() (necessary since fltk 1.1.7)
-
Christophe Geuzaine authored
enhanced clipping planes (thick lines + easy "invert orientation")
-
Christophe Geuzaine authored
added arrows to show the orientation of the cut plane
-
Christophe Geuzaine authored
change sign of levelset so that the iso-volume is more natural
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
added interactive callbacks in CutParametric and Annotate
-
Christophe Geuzaine authored
removed all unnecessary glPushMatrix/glPopMatrix calls
-
- Mar 08, 2005
-
-
Christophe Geuzaine authored
-
- Mar 06, 2005
-
-
Christophe Geuzaine authored
typo
-
- Mar 04, 2005
-
-
Christophe Geuzaine authored
add element size computation
-
Christophe Geuzaine authored
Plugin(Extract) can now also extract data from a specific time step
-
- Mar 03, 2005
-
-
Christophe Geuzaine authored
Generalized Plugin(Extract) so that it can also create tensor views
-
Christophe Geuzaine authored
small generalization: we can now interpolate data from abritrary views (and not only from views having the same data type as the destination) I use this to interpolate (combination of) components of a field in one mesh onto another mesh, for example a set of isosurfaces from another field. Wicked cool! ;-)
-
Christophe Geuzaine authored
-
- Mar 02, 2005
-
-
Christophe Geuzaine authored
couple of test files
-
Christophe Geuzaine authored
small doc fixes
-
Christophe Geuzaine authored
- generalized the octree code to make it work with all the element types, and not only with triangles/tets (and fixed a couple of copy & paste bugs in the process...) - modified all depending plugins to take advantage of this
-
- Mar 01, 2005
-
-
Christophe Geuzaine authored
change the behavior of "-string string" command line option to match the bahavior of "-option file"
-
Jean-François Remacle authored
-
Christophe Geuzaine authored
extrusion of discrete curves/surface with mesh that does not fit the geometry
-
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
-