![]() |
Ice Sheet System Model
4.18
Code documentation
|
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...
Go to the source code of this file.
Data Structures | |
class | IssmSeqVec< doubletype > |
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.