xref: /petsc/src/ts/characteristic/impls/da/slda.h (revision ccf0b5c1967b48da6c1c972ce7215de9b66fafa5)
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