Actual source code: slda.h

petsc-3.11.4 2019-09-28
Report Typos and Errors
  1: #if !defined(_CHARACTERISTIC_DA_)
  2: #define _CHARACTERISTIC_DA_

  4:  #include <petsc/private/characteristicimpl.h>

  6: typedef struct {
  7:   PetscInt dummy;
  8: } Characteristic_DA;

 10: #endif /* _CHARACTERISTIC_DA_ */