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