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

implementation of an ISSM vector which run serially (1 cpu only), which is made of a fully dense vector. Internally, this dense vector is just a linear buffer of type doubletype. This object needs to answer the API defined by the virtual functions in IssmAbsVec, and the contructors required by IssmVec (see IssmVec.h) More...

#include "../../shared/shared.h"
#include <math.h>

Go to the source code of this file.

Data Structures

class  IssmSeqVec< doubletype >
 

Detailed Description

implementation of an ISSM vector which run serially (1 cpu only), which is made of a fully dense vector. Internally, this dense vector is just a linear buffer of type doubletype. This object needs to answer the API defined by the virtual functions in IssmAbsVec, and the contructors required by IssmVec (see IssmVec.h)

Definition in file IssmSeqVec.h.