HMIN_element_solver_writegap()
Writes a gap element with property idpool to HyperMesh.
Syntax
void HMIN_element_solver_writegap(HM_entityidtype id, char elementtype, HM_entityidtype propertyid, HM_entityidtype nodes[], int collectorid, HM_entityidtype vectorid, int propsidpool)
    Type
HyperMesh hminlib Function
Description
Writes a gap element with property idpool to HyperMesh.
Inputs
- id
 - ID of the element.
 - elementtype
 - Type of the element.
 - propertyid
 - The ID of the property to which the gap element should point.
 - nodes
 - The nodes associated with the element.
 - collectorid
 - The ID of the collector where the gap element should be placed.
 - vectored
 - The ID of the vector associated with the element.
 - propsidepool
 - ID pool number of the property to which the element should point.
 
Errors
None.