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

wrapper to our own PetscMat object, which is needed to add AD capabilities (using ADOLC) to a C-coded Petsc API. We are just wrapping the Petsc objects into C++ equivalent, so that later, we can map all of the Petsc routines into Adolc equivalents. More...

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

Go to the source code of this file.

Data Structures

class  PetscMat
 

Detailed Description

wrapper to our own PetscMat object, which is needed to add AD capabilities (using ADOLC) to a C-coded Petsc API. We are just wrapping the Petsc objects into C++ equivalent, so that later, we can map all of the Petsc routines into Adolc equivalents.

Definition in file PetscMat.h.