xref: /petsc/include/petscdmredundant.h (revision a496304597bacff3545e802853d69e8765312868)
18ac4e037SJed Brown /* DM for redundant globally coupled degrees of freedom */
2*a4963045SJacob Faibussowitsch #pragma once
38ac4e037SJed Brown 
42c8e378dSBarry Smith #include <petscdm.h>
58ac4e037SJed Brown 
6907376e6SBarry Smith PETSC_EXTERN PetscErrorCode DMRedundantCreate(MPI_Comm, PetscMPIInt, PetscInt, DM *);
7907376e6SBarry Smith PETSC_EXTERN PetscErrorCode DMRedundantSetSize(DM, PetscMPIInt, PetscInt);
8907376e6SBarry Smith PETSC_EXTERN PetscErrorCode DMRedundantGetSize(DM, PetscMPIInt *, PetscInt *);
9