ADDACoarsen

Coarsens a distributed array.

Synopsis

#include "petscda.h" 
PetscErrorCode PETSCDM_DLLEXPORT ADDACoarsen(ADDA adda, MPI_Comm comm,ADDA *addac)
Collective on ADDA

Input Parameter

adda - the distributed array to coarsen
comm - the communicator to contain the new ADDA object (or PETSC_NULL)

Output Parameter

addac -the coarsened ADDA

Keywords

distributed array, coarsen

See Also

DMCoarsen()

Level:developer
Location:
src/dm/adda/adda.c
Index of all DA routines
Table of Contents for all manual pages
Index of all manual pages