#if !defined(PETSCDSTYPES_H) #define PETSCDSTYPES_H /*S PetscDS - PETSc object that manages a discrete system, which is a set of discretizations + continuum residual functions Level: intermediate .seealso: PetscDSCreate(), PetscDSSetType(), PetscDSType, PetscFECreate(), PetscFVCreate() S*/ typedef struct _p_PetscDS *PetscDS; #endif