Chi-Tech
petsc_forward_declarations.h File Reference

Go to the source code of this file.

Typedefs

typedef struct _p_Vec * Vec
 
typedef struct _p_Mat * Mat
 

Detailed Description

This header file provides convenient forward declarations for common PETSc types. This negates the need to include the bulky PETSc headers.

Definition in file petsc_forward_declarations.h.

Typedef Documentation

◆ Mat

typedef struct _p_Mat* Mat

Definition at line 10 of file petsc_forward_declarations.h.

◆ Vec

typedef struct _p_Vec* Vec

Definition at line 9 of file petsc_forward_declarations.h.