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