HMIN_objective_write()

Writes optimization objective to HyperMesh.

Syntax

void HMIN_objective_write(HM_entityidtype id,char *name,HM_entityidtype responseid,int minmaxflag,int loadstepid)

Type

HyperMesh hminlib Function

Description

Writes optimization objective to HyperMesh.

Inputs

id
The ID of the objective.
name
The name of the objective.
responseid
The ID of optimization response in the objective.
minmaxflag
Flag to indicate that a minimum or a maximum will be calculated (0: minimum, 1: maximum).
loadstepid
The ID of load step in objective. In case of global objective it is equal to zero.

Errors

None.