Ice Sheet System Model  4.18
Code documentation
Data Structures
IssmAbsMat.h File Reference

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...

#include "../toolkitsenums.h"
#include "../../shared/Numerics/types.h"

Go to the source code of this file.

Data Structures

class  IssmAbsMat< doubletype >
 

Detailed Description

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.