Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Ttk themed windows (experimental 'Dark GiD theme' and 'Classic theme')

Image Modified
Classic theme window
Image Modified
Dark theme window

  • Faster drawing using advanced OpenGL features (Vertex arrays and Vertex buffer objects) and textures
  • Plugins: new postprocess import plugins: PLY, OFF and OBJ formats
  • OffScreen: to run GiD in background with graphic features without any window (.e.g. to create images in batch mode)
  • Sphere and circle element support enhanced: draw as texture and more generation options
  • Ground plane: can be used as floor (shadows are drawn on it) or as mirror (window View->Advanced viewing settings..) Image Modified

Image Modified

  • Automatic check if a new version is available when starting GiD.

...

  • Results cache: Avoid load all results simultaneously in memory, and allow set maximum memory to be used.

Image Modified

  • Node tracing: Draw of the path followed by a node in along time steps.
  • Saving postprocess state (isosurfaces, stream lines and view information is saved between sessions).
  • Integral: more options available in numerical integration of results.
  • Creation of boundary mesh of currently visualized mesh.
  • Separate connected parts in different sets.
  • Render: Added two new fixed lights (switchable separately).
  • Results support complex numbers: ComplexScalar and ComplexVector.

Image Modified

  • Animation: new Macromedia Flash Video (.flv) export format.
  • Create Results: added more operators (sqrt, log10, db10, db20, abs, exp, inverse, dFT).
  • Creation of statistical result calculating the minimum, maximum, average or the standard deviation of other result.
  • Create Graphs window: to create a graph applying some operator to another graph.
  • Read of postprocess files with GiD postprocess HDF5 format written by the GiDPost library, and files with Amelet HDF5 format.
  • Contour Fill/Contour ranges: option to display the range just under the cursor.
  • VTK plugin to import mesh and results.
  • PDF output: now outputs images in pdf format.
  • PLY export: shown meshes and current nodal result can be exported in the Polygon File Format, aka. Stanford Triangle Format.
  • Improvements in several algoritymsalgorithms: stream lines, etc.


Customization

  • GiD dynamic library plug-in mechanism to load/unload dynamic libraries (developed an interface to create posprocess postprocess mesh and nodal results).
  • New GiD-Tcl commands:
    • GiD_Geometry now allow also create and ask for contactsurface and contactvolume and to list the problematic unrendered surfaces.
    • GiD_Cartesian to get and set cartesian grid properties.
    • GiD_BackgroundImage to handle background image.
    • GiD_MeshPost to create and inquire postprocess mesh.
    • GiD_Result, new 'gauss_point' and 'result_ranges_table' sub-commmands commands to manage them.
    • GiD_Graph to handle postprocess graphs.
  • Tcl-GiD events:
    • New events AfterCreateMaterial, AfterRenameMaterial, BeforeDeleteMaterial, AfterChangeMaterial, AfterAssignMaterial, BeforeMeshErrors, BeforeResultReadErrors.
    • GiD_Info events: to know the full list of raised events.
  • Global Tcl variables:
    • GidPriv(HideQuadraticTypeLevel) to disable quadratic options .
    • GidPriv(PostSpaceDimension) to disable 3D results.
  • Tcl packages:
    • GDAL Tcl package to read/write GIS digital terrain models from multiple formats (Arc/Info, tiff and most image formats ,etc).
    • Vtk Tcl package to wrap vtk functionality.
    • Most Tcl packages updated to latest versions.