# example: # set oa1 [ objarray new_from_to 2 5] # set oa2 [ objarray new_from_to 6 9] # objarray_map {{x y} {expr $x + $y}} [ list $oa1 $oa2]
GiD - The personal pre and post processor
General
Content
Integrations
GiD - The personal pre and post processor
# example: # set oa1 [ objarray new_from_to 2 5] # set oa2 [ objarray new_from_to 6 9] # objarray_map {{x y} {expr $x + $y}} [ list $oa1 $oa2]