Versions Compared

Key

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

...

  • Mesh collapse : corrected mesh view update when using vertex array / VBO.
  • Geometry rendering of multiple surfaces with small meshes (100 to 1000 elements) 2x-3x faster.
  • Cancel meshing: corrected crash when cancelling mesh process in special conditions.
  • Forced points in mesh allowed with Tetgen mesher

Postprocess:

  • View Style Window : less updated when switching single/multiple set properties or on/off
  • File → Save as : added option to create Post HDF5 files with single / double precision:
    Image Added

Customization:

  • New Tcl subcommand GiD_Mesh get element from_node <node_id> (to know the elements that points to a node)
  • New Tcl subcommand GiD_Geometry get surface|volume <id> mesh_boundary  (to know the connectivities of the boundary of the mesh of a geometrical entity)
  • Add shtmlview package: a pure Tk widget to render Markdown and HTML files.
    (e.g. W_MarkDown "" -filename "$gid/scripts/objarray/objarray.md")

...

  • Image Modified