HMIN_block_writecell()

Assigns a cell to a wall ID in a block.

Syntax

void HMIN_block_writecell(int i, int j, int k, int wallid);

Type

HyperMesh hminlib Function

Description

Assigns a cell to a wall ID in a block.

Inputs

i
The i location of the cell.
j
The j location of the cell.
k
The k location of the cell.
wallid
The ID of the wall where the cell is to be assigned.

Example

A wall must exist (HMIN_block_writewall()).

Errors

None.