*opticontrolupdatetopdvparameters

Updates the optimization control parameters used to activate an alternative method for the generation of topology design variables.

Syntax

*opticontrolupdatetopdvparameters topdvtoggle topdv

Type

HyperMesh Tcl Modify

Description

Updates the optimization control parameters used to activate an alternative method for the generation of topology design variables.

Inputs

topdvtoggle
The discrete topology state on (1) or off (0).
topdv
ALTER. Default (regular topology restart).

Example

To activate the generation of topology design variables:

*opticontrolupdatetopdvparameters 1 ALTER

To deactivate the generation of topology design variables:

*opticontrolupdatetopdvparameters 0

Errors

Incorrect usage results in a Tcl error. To detect errors, you can use the catch command:
if { [ catch {command_name...} ] } {
   # Handle error
}

Version History

2017.2