xref: /petsc/include/petsc.h (revision 6ce1676239d902cd871573c31655e88aa6d813dc)
1f26ada1bSBarry Smith /*
2dee89961SBarry Smith     This include file allows you to use ANY public PETSc function
3f26ada1bSBarry Smith */
4dee89961SBarry Smith 
5dee89961SBarry Smith #include <petscbag.h>
6dee89961SBarry Smith #include <petsctime.h>
7dee89961SBarry Smith #include <petscthreadcomm.h>
8dee89961SBarry Smith #include <petscbt.h>
982c86c8fSBarry Smith #include <petscctable.h>
1082c86c8fSBarry Smith #include <petscmatlab.h>
11efcb7dc3SJed Brown #include <petscdraw.h>
12dee89961SBarry Smith 
132c8e378dSBarry Smith #include <petscdmda.h>
142c8e378dSBarry Smith #include <petscdmcomposite.h>
15dee89961SBarry Smith #include <petscdmpatch.h>
16dee89961SBarry Smith #include <petscdmplex.h>
17dee89961SBarry Smith #include <petscdmredundant.h>
18dee89961SBarry Smith #include <petscdmshell.h>
19dee89961SBarry Smith #include <petscdmsliced.h>
20dee89961SBarry Smith 
21dee89961SBarry Smith #include <petscdt.h>
22*6ce16762SMatthew G. Knepley #include <petscds.h>
23dee89961SBarry Smith 
24dee89961SBarry Smith #include <petsccharacteristic.h>
25dee89961SBarry Smith 
26dee89961SBarry Smith 
27dee89961SBarry Smith #include <petscts.h>
28ba92ff59SBarry Smith #include <petsctao.h>
29