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 4 Next »

GiD 16.1.2d developer will include a Tcl package called tohil that provides ways to exchange data and execute code between the Python and Tcl interpreters.

The documentation of tohil is at https://flightaware.github.io/tohil-docs/

A python interpreter (initial version 3.10.5) will be included inside this package and some common modules

  • numpy 1.23.3 : efficient use of arrays

  • matplotlib 3.6.1 : to plot graphs

  • meshio 5.3.4 : to convert between several mesh formats

  • h5py 3.7.0 : to read/write HDF5 scientific data format

  • netCDF4 1.6.1 : to read/write netCDF4 scientific data format

  • debugpy 1.6.3 : to allow debug of Python from VSCode editor in case of embedded Python interpreter

  • No labels