*createdoublearray

Creates an array of doubles for use in a subsequent command.

Syntax

*createdoublearray size doubles

Type

HyperMesh Tcl Modify Command

Description

Creates an array of doubles for use in a subsequent command.

Inputs

size
The size of the array.
doubles
The doubles to put in the array.

Examples

To create a double array with the values 2.5 and 11.0:
*createdoublearray 2 2.5 11.0