HMIN_card_write()

Writes a control card to HyperMesh.

Syntax

void HMIN_card_write(HM_entityidtype id, char *name);

Type

HyperMesh hminlib Function

Description

Writes a control card to HyperMesh.

Inputs

id
The ID of the control card.
name
The name of the control card.

Example

A template that supports control cards must be used in conjunction with the input translator using the HMIN_card_write() function.

An association between the feinput translator and a HyperMesh template file must exist for control cards to be visible in the card previewer (specified with the feinput function HMIN_setsolver() and the template function *codename()). See the Templates section for a description of the *codename() function.

Errors

None.