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