HMIN_node_element_ref_mgr()

Initializes the node element reference manager for indexing and fast identification of base element given nodes of a face.

Syntax

void HMIN_node_element_ref_mgr(const int on_off)

Type

HyperMesh hminlib Function

Description

Function to turn on/off the node-element ref manager for fast lookup of base element when certain HMIN functions like HMIN_contactsurf_write_face_nodes rely on frequent identification of base elements given the face nodes.

Inputs

on_off
Value 0 indicates switching "OFF" the ref manager while a non-zero value indicates switching the ref manager "ON".

Errors

None.