![]() |
Ice Sheet System Model
4.18
Code documentation
|
Files | |
file | ElementMatrix.cpp [code] |
: implementation of the ElementMatrix object, used to plug values from element into global stiffness matrix | |
file | ElementMatrix.h [code] |
container for information needed to plug element matrix generated by elements into the Kff and Kfs global matrices. This object will hold the element matrix on the g-set, the local as well as global dof lists in the f and s sets. | |
file | ElementVector.cpp [code] |
: implementation of the ElementVector object, used to plug values from element into global load | |
file | ElementVector.h [code] |
container for information needed to plug element vector generated by elements into the pf global load vector. This object will hold the element vector on the g-set, the local as well as global dof lists in the f set | |
file | matrixobjects.h [code] |