HMIN_combineloads()
Determines if HyperMesh combines loads on the same node.
Syntax
void HMIN_combineloads(int flag);
Type
HyperMesh hminlib Function
Description
Determines if HyperMesh combines loads on the same node. Must be called after *HMIN_init().
Inputs
- flag
- If 0, HyperMesh does not combine loads with the same config if they are acting on the same node. By default, HyperMesh combines loads (for backwards compatibility).
Errors
None.