xref: /petsc/src/ts/characteristic/impls/da/slda.h (revision 1f02d56f9f2a526d4ee4c7eb7b0e3e497fd0602e)
1 #pragma once
2 
3 #include <petsc/private/characteristicimpl.h> /*I "petsccharacteristic.h" I*/
4 
5 typedef struct {
6   PetscInt dummy;
7 } Characteristic_DA;
8