Skip to content

v2.5.0

Compare
Choose a tag to compare
@akleb akleb released this 11 Jun 23:55
420198e

This minor release adds grid information functions to the python interface and changes to the command line interface.

Features

  • added cgnsutilities.getTotalCellsNodes to get the number of cells/nodes in a grid (#31)
  • added cgnsutilities.getWallCellsNodes to get the number of cells/nodes on wall boundaries in a grid (#31)
  • changed some of the options from the cgns_utils command line interface to be more descriptive. This is a backward incompatible change. All previously defined options are still available, some may have been renamed. (#41, #37)

Bug Fixes

  • fixed an issue (#32) wiith overwriteBC where some boundary conditions would be duplicated rather than overwritten (#33)
  • functions now raise errors instead of exiting (#34)
  • reformatted help strings (#36)