ADDARefine

Refines a distributed array.

Synopsis

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

Input Parameter

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

Output Parameter

addaf -the refined ADDA

Keywords

distributed array, refine

See Also

DMRefine()

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