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)
9
typedef
struct
_p_Vec*
Vec
;
10
typedef
struct
_p_Mat*
Mat
;
11
// NOLINTEND(bugprone-reserved-identifier)
12
13
#endif
// CHITECH_PETSC_FORWARD_DECLARATIONS_H
Mat
struct _p_Mat * Mat
Definition:
petsc_forward_declarations.h:10
Vec
struct _p_Vec * Vec
Definition:
petsc_forward_declarations.h:9
framework
math
PETScUtils
petsc_forward_declarations.h
Generated by
1.9.3