Ice Sheet System Model  4.18
Code documentation
petscobjects.h
Go to the documentation of this file.
1 /* \file petscobjects.h
2  * \brief all includes for our own petsc object implementation
3  */
4 
5 #ifndef _PETSC_OBJECTS_H_
6 #define _PETSC_OBJECTS_H_
7 
8 #include "./PetscMat.h"
9 #include "./PetscVec.h"
10 #include "./PetscSolver.h"
11 
12 #endif
PetscSolver.h
PetscMat.h
wrapper to our own PetscMat object, which is needed to add AD capabilities (using ADOLC) to a C-coded...
PetscVec.h
wrapper to our own PetscVec object, which is needed to add AD capabilities (using ADOLC) to a C-coded...