petsc-3.3-p7 2013-05-11

DMRedundantGetSize

Gets the size of a densely coupled redundant object

Synopsis

#include "petscdm.h"          
#include "petscdmredundant.h" 
#include "petscmat.h"         
PetscErrorCode DMRedundantGetSize(DM dm,PetscInt *rank,PetscInt *N)
Not Collective

Input Parameter

Output Parameters

dm - redundant DM
rank - rank of process to own redundant degrees of freedom (or PETSC_NULL)
N - total number of redundant degrees of freedom (or PETSC_NULL)

See Also

DMDestroy(), DMCreateGlobalVector(), DMRedundantCreate(), DMRedundantSetSize()

Level:advanced
Location:
src/dm/impls/redundantdmredundant.c
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages