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

  • v 1.18:

    • objarray set now allow to set multiple <n> values of index, index+1, index+<n>

    • new sub-command objarray swap

    • new sub-command objarray permute

    • new sub-command objarray new_structured_connectivities

    • new sub-command objarray new_structured_coordinates

  • v 1.17 : objarray range allow index <0 or >n then become 0 and n, acting like Tcl standard lrange command.

  • v 1.16 : objarray replace_value

  • v 1.15 :

    • objarray set allow 'nan' special value

    • -binary <data>

    • proc objarray_map { dst_objarray_type lambda lst_arrays }

  • v 1.14 : foreach to simplify and to loop faster over all items of the array.

  • v 1.13 : vector_sum to return a vector sum of other 'n' vectors (but it is not a reduction sum).

  • v 1.12 :

    • new -binary <data> option when creating objarrays

    • added new 'get_binary' option to get the byte representation of the objarray.

  • v 1.11 :

    • translate and rotate, for arrays representing xyz coordinates.

    • Efficiency enhanced of replace command.

  • v 1.10 :

    • snap to force values close (with tolerance) to a target.

    • minimum/maximum -index sub-option.

  • v 1.9 : reverse

  • v 1.8 :

    • incr <index> sub-option.

    • Some commands parallelized with OpenMP

  • v 1.7 : scale, minimum, maximum, renumber

  • v 1.5 :

    • boolean intersection, union and subtraction.

    • objarray new and objarray set modified to allow set all values from a list of values.

  • v 1.4 : search

  • v 1.3 : insert and replace

  • No labels