![]() |
Ice Sheet System Model
4.18
Code documentation
|
Main abstract class for the ISSM matrices. This abstract class defines the pure virtual functions that each of its descendants need to implement, such as contructors, destructors, as well as matrix specific routines, such as SetValue, Assemple, MatMult, etc ... Descendants include among others: IssmDenseMat and IssmMpiDenseMat. More...
Go to the source code of this file.
Data Structures | |
class | IssmAbsMat< doubletype > |
Main abstract class for the ISSM matrices. This abstract class defines the pure virtual functions that each of its descendants need to implement, such as contructors, destructors, as well as matrix specific routines, such as SetValue, Assemple, MatMult, etc ... Descendants include among others: IssmDenseMat and IssmMpiDenseMat.
Definition in file IssmAbsMat.h.