GiD - The personal pre and post processor

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 13 Current »



What's new 16.1.4d


General:

  • File browser faster, specially for network units, and show as 'special folder' the local synchronized Nextcloud folders, if any.

  • GiD_Project set disable_progressbar (to allow set disable/enable independently windows and progressbar)

Preprocess:

  • Meshing Spheres : in Linux and macOS corrected problem where granular was not used to generate meshes of spheres.
  • Fixed bug generating boundary layer mesh with condition over face elements

Postprocess:

  • New CGNS format import in postprocess, mesh and results.

  • New Abaqus results .fil format import in postprocess, implemented as a plugin using the pybaqus Python package for parsing.


Customization:

  • CustomLib value items with function allow multiple columns for series of graphs with same x, and draw of graphs changed to use TkLib Plotchart package to allow more features
    • function_graph_type can be xy, bar, pie, polar (default xy)
    • for xy graphs: function_graph_logx="1" and/or function_graph_logy="1" to set logarithmic axis
    • for bar graphs: function_graph_bar_horizontal="1" to draw bars horizontal (default  false and are vertical) and function_graph_bar_stacked="1" (to draw stacked in case of multiple series)

  • No labels