xref: /petsc/src/ts/characteristic/impls/da/slda.h (revision 9f6c5813ffeecb45a0639e420bc498206491e905)
1 #ifndef PETSC_CHARACTERISTIC_DA_H
2 #define PETSC_CHARACTERISTIC_DA_H
3 
4 #include <petsc/private/characteristicimpl.h> /*I "petsccharacteristic.h" I*/
5 
6 typedef struct {
7   PetscInt dummy;
8 } Characteristic_DA;
9 
10 #endif // PETSC_CHARACTERISTIC_DA_H
11