Ice Sheet System Model
4.18
Code documentation
src
c
toolkits
petsc
petscincludes.h
Go to the documentation of this file.
1
/* \file petscincludes.h
2
* \brief all includes from Petsc + our own patches
3
*/
4
5
#ifndef _PETSC_INCLUDES_H_
6
#define _PETSC_INCLUDES_H_
7
8
#ifdef _HAVE_PETSC_
9
10
/*Petsc includes: */
11
#include <petscmat.h>
12
#include <petscvec.h>
13
#include <petscksp.h>
14
#include <petscsys.h>
15
16
/*our own patches: */
17
#include "
patches/petscpatches.h
"
18
#include "
objects/petscobjects.h
"
19
20
#endif
21
#endif
petscpatches.h
petscobjects.h
Generated on Thu Jul 2 2020 08:09:22 for Ice Sheet System Model by
1.8.19