Ice Sheet System Model
4.18
Code documentation
src
c
toolkits
petsc
objects
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...
Generated on Thu Jul 2 2020 08:09:22 for Ice Sheet System Model by
1.8.19