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

wrapper to matrix objects. The goal is to control which API (PETSc,Scalpack, Plapack?) implements our underlying matrix 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  Matrix< doubletype >
 

Enumerations

enum  matrixtype { PetscMatType, IssmMatType }
 

Detailed Description

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

Definition in file Matrix.h.

Enumeration Type Documentation

◆ matrixtype

enum matrixtype
Enumerator
PetscMatType 
IssmMatType 

Definition at line 22 of file Matrix.h.

IssmMatType
@ IssmMatType
Definition: Matrix.h:22
PetscMatType
@ PetscMatType
Definition: Matrix.h:22