HMIN_setsolver()

Sets the solver type for feinput.

Syntax

void HMIN_setsolver(int code);

Type

HyperMesh hminlib Function

Description

Sets the solver type for feinput.

Inputs

code
An integer value between 0 and 127 that corresponds to the value defined in the *codename() template function.

Example

As attributes are created, they are assigned a specific solver number, 0 through 127. When you write a deck for a specific solver, the template system only uses attributes that match the solver number specified in the template with the *codename() command. Templates distributed with HyperMesh use solver numbers 0 through 63. Altair customers use solver numbers 64 through 127. Call HMIN_setsolver() after HMIN_init() if attributes are being used.

Errors

None.