*optidscreenupdate

Updates design constraint screening for an optimization.

Syntax

*optidscreenupdate disptoggle dispthreshold dispmaxc stresstoggle stressthreshold stressmaxc equatoggle equathreshold equamaxc comptoggle compthreshold compmaxc

Type

HyperMesh Tcl Modify

Description

Updates design constraint screening for an optimization.

Inputs

disptoggle
Flag that controls of usage of displacement response type screening.
dispthreshold
Normalized threshold value for displacement response type screening.
dispmaxc
Maximum number of constraints to be retained.
stresstoggle
Flag that controls of usage of stress response type screening.
stressthreshold
Normalized threshold value for displacement response type screening.
stressmaxc
Maximum number of constraints to be retained.
equatoggle
Flag that controls of usage of equation response type screening.
equathreshold
Normalized threshold value for equation response type screening.
equamaxc
Maximum number of constraints to be retained.
comptoggle
Flag that controls of usage of compliance response type screening.
compthreshold
Normalized threshold value for compliance response type screening.
compmaxc
Maximum number of constraints to be retained.

Example

*optidscreenupdate(1,-0.5,20,0,0,0,1,-0.5,20,0,0,0)

Errors

None.