petsc-3.7.1 2016-05-15
DMCompositeGetEntriesArray
Gets the DM for each entry in a DMComposite.
Synopsis
#include "petscdmcomposite.h"
PetscErrorCode DMCompositeGetEntriesArray(DM dm,DM dms[])
Not Collective Many br
Input Parameter
dm -the packer object Many br
Output Parameter
dms -array of sufficient length (see DMCompositeGetNumberDM()) to hold the individual DMs Many br
Many br
See Also
DMDestroy(), DMCompositeAddDM(), DMCreateGlobalVector(), DMCompositeGetEntries()
DMCompositeGather(), DMCompositeCreate(), DMCompositeGetISLocalToGlobalMappings(), DMCompositeGetAccess(), Many brDMCompositeRestoreLocalVectors(), DMCompositeGetLocalVectors(), DMCompositeScatter(), Many brDMCompositeGetLocalVectors(), DMCompositeRestoreLocalVectors() Many br
Level:advanced
Location:src/dm/impls/composite/pack.c
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages