DMGetInjection

Gets injection matrix between two DA or VecPack objects

Synopsis

#include "petscda.h"     
PetscErrorCode PETSCDM_DLLEXPORT DMGetInjection(DM dm1,DM dm2,VecScatter *ctx)
Collective on DM

Input Parameter

dm1 - the DM object
dm2 - the second, coarser DM object

Output Parameter

ctx -the injection

See Also

DMDestroy(), DMView(), DMCreateGlobalVector(), DMGetColoring(), DMGetMatrix(), DMGetInterpolation()

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