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