Actual source code: dmpatchimpl.h

petsc-3.7.6 2017-04-24
Report Typos and Errors
  1: #if !defined(_PATCHIMPL_H)
  2: #define _PATCHIMPL_H

  4: #include <petscmat.h>     /*I      "petscmat.h"        I*/
  5: #include <petscdmpatch.h> /*I      "petscdmpatch.h"    I*/
  6: #include <petsc/private/dmimpl.h>

  8: typedef struct {
  9:   PetscInt   refct;
 10:   DM         dmCoarse;
 11:   MatStencil patchSize;
 12:   MatStencil commSize;
 13: } DM_Patch;

 15: #endif /* _PATCHIMPL_H */