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

Main abstract class for the ISSM vectors. 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, VecMult, etc ... Descendants include among others: IssmSeqVec and IssmMpiVec. More...

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

Go to the source code of this file.

Data Structures

class  IssmAbsVec< doubletype >
 

Detailed Description

Main abstract class for the ISSM vectors. 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, VecMult, etc ... Descendants include among others: IssmSeqVec and IssmMpiVec.

Definition in file IssmAbsVec.h.