Chi-Tech
petsc_forward_declarations.h
Go to the documentation of this file.
1#ifndef CHITECH_PETSC_FORWARD_DECLARATIONS_H
2#define CHITECH_PETSC_FORWARD_DECLARATIONS_H
3
4/**\file petsc_forward_declarations.h
5 * This header file provides convenient forward declarations for common
6 * PETSc types. This negates the need to include the bulky PETSc headers.*/
7
8// NOLINTBEGIN(bugprone-reserved-identifier)
9typedef struct _p_Vec* Vec;
10typedef struct _p_Mat* Mat;
11// NOLINTEND(bugprone-reserved-identifier)
12
13#endif // CHITECH_PETSC_FORWARD_DECLARATIONS_H
struct _p_Mat * Mat
struct _p_Vec * Vec