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