int sumInElem

(int elemBlockID, int elemID, int* elemConn,
  double** elemStiff, double* elemLoad,
  int elemFormat)

This function adds the element contribution to the global stiffness matrix and also the element load to the right hand side vector

Documentation

This function adds the element contribution to the global stiffness matrix and also the element load to the right hand side vector
Parameters:
elemBlockID - - element block identifier
elemID - - element identifier
elemConn - - a list of node identifiers for this element
elemStiff - - element stiffness matrix
elemLoad - - right hand side (load) for this element
elemFormat - - the format the unknowns are passed in

Alphabetic index