Ice Sheet System Model  4.18
Code documentation
matrixobjects.h
Go to the documentation of this file.
1 /* \file matrixobjects.h
2  * \brief: prototype header for all matrix objects.
3  */
4 
5 #ifndef ALL_MATRIX_OBJECTS_H_
6 #define ALL_MATRIX_OBJECTS_H_
7 
8 /*Numerics:*/
9 #include "./ElementMatrix.h"
10 #include "./ElementVector.h"
11 
12 #endif
ElementMatrix.h
container for information needed to plug element matrix generated by elements into the Kff and Kfs gl...
ElementVector.h
container for information needed to plug element vector generated by elements into the pf global load...