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

wrapper to our own PetscVec 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"

Go to the source code of this file.

Data Structures

class  PetscVec
 

Detailed Description

wrapper to our own PetscVec 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 PetscVec.h.