1 #if !defined(_PETSCFVTYPES_H) 2 #define _PETSCFVTYPES_H 3 4 /*S 5 PetscFV - PETSc object that manages a finite volume discretization 6 7 Level: intermediate 8 9 Concepts: finite volume 10 11 .seealso: PetscFVCreate(), PetscFVSetType(), PetscFVType 12 S*/ 13 typedef struct _p_PetscFV *PetscFV; 14 15 #endif 16