xref: /petsc/include/petscdstypes.h (revision fe998a80077c9ee0917a39496df43fc256e1b478)
1 #if !defined(_PETSCDSTYPES_H)
2 #define _PETSCDSTYPES_H
3 
4 /*S
5   PetscDS - PETSc object that manages a discrete system, which is a set of discretizations + continuum residual functions
6 
7   Level: intermediate
8 
9   Concepts: problem
10 
11 .seealso: PetscDSCreate(), PetscDSSetType(), PetscDSType, PetscFECreate(), PetscFVCreate()
12 S*/
13 typedef struct _p_PetscDS *PetscDS;
14 
15 #endif
16