Ice Sheet System Model  4.18
Code documentation
Data Structures | Enumerations
Vector.h File Reference

wrapper to vector objects. The goal is to control which API (PETSc,Scalpack, Plapack?) implements our underlying vector format. More...

#include <cstring>
#include "../../shared/Enum/Enum.h"
#include "../petsc/petscincludes.h"
#include "../issm/issmtoolkit.h"

Go to the source code of this file.

Data Structures

class  Vector< doubletype >
 

Enumerations

enum  vectortype { PetscVecType, IssmVecType }
 

Detailed Description

wrapper to vector objects. The goal is to control which API (PETSc,Scalpack, Plapack?) implements our underlying vector format.

Definition in file Vector.h.

Enumeration Type Documentation

◆ vectortype

enum vectortype
Enumerator
PetscVecType 
IssmVecType 

Definition at line 22 of file Vector.h.

IssmVecType
@ IssmVecType
Definition: Vector.h:22
PetscVecType
@ PetscVecType
Definition: Vector.h:22