int getBlockNodeSolution

(int elemBlockID, int numNodes,
  int* nodeIDList, int* solnOffsets,
  double* solnValues)

This function returns the nodal solutions given the element block number.

Documentation

This function returns the nodal solutions given the element block number.
Parameters:
elemBlockID - - element block identifier
numNodes - - the number of nodes
nodeIDList - - the node identifiers
solnOffsets - - the equation number for each nodal solution
solnValues - - the nodal solution values

Alphabetic index