Actual source code: petscdmredundant.h

petsc-3.5.4 2015-05-23
Report Typos and Errors
  1: /* DM for redundant globally coupled degrees of freedom */

  5: #include <petscdm.h>

  7: PETSC_EXTERN PetscErrorCode DMRedundantCreate(MPI_Comm,PetscInt,PetscInt,DM*);
  8: PETSC_EXTERN PetscErrorCode DMRedundantSetSize(DM,PetscInt,PetscInt);
  9: PETSC_EXTERN PetscErrorCode DMRedundantGetSize(DM,PetscInt*,PetscInt*);

 11: #endif