Actual source code: petscdstypes.h

petsc-3.7.5 2017-01-01
Report Typos and Errors
  1: #if !defined(_PETSCDSTYPES_H)
  2: #define _PETSCDSTYPES_H

  4: /*S
  5:   PetscDS - PETSc object that manages a discrete system, which is a set of discretizations + continuum residual functions

  7:   Level: intermediate

  9:   Concepts: problem

 11: .seealso: PetscDSCreate(), PetscDSSetType(), PetscDSType, PetscFECreate(), PetscFVCreate()
 12: S*/
 13: typedef struct _p_PetscDS *PetscDS;

 15: #endif