HMMOD_initialize()
Initializes hmmodlib.
Syntax
void HMMOD_initialize(int layers, int node, int ecentroidal, int nodeonelement, int eintegrationpts);
Type
HyperMesh hmmodlib Function
Description
Initializes hmmodlib.
Inputs
- layers
- The number of layers that hmmodlib should allocate for an element in the model.
- node
- The number of nodal result values to be stored, per layer, for each node of the model.
- ecentroidal
- The number of element centroidal points, per layer, per element, which should be stored at each element centroid.
- nodeonelement
- The number of node-on-element results, per layer, which should be stored at each node for each element.
- eintegrationpts
- The number of values that should be stored, per layer, per element integration point.
Example
This function must be called before any other function in the hmmodlib package.
Errors
None.