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