*dequationcreate

Creates equation expression for an optimization.

Syntax

*dequationcreate name 1 nlines

Type

HyperMesh Tcl Modify

Description

Creates equation expression for an optimization.

Inputs

name
The name of the equation.
1
nlines
The number of lines in the equation expression.

Examples

*createstringarray(2) "a+b+" "sin(x+y)"
*dequationcreate("equation1",1,2)
*createstringarray(3) "x*x+tan(y)" "-sqrt(h)+cos(z)" "+sin(w1)"
*dequationcreate("equation2",1,3)