petsc-3.7.1 2016-05-15
DMDASetAOType
Sets the type of application ordering for a distributed array.
Synopsis
#include "petscdmda.h"
PetscErrorCode DMDASetAOType(DM da,AOType aotype)
Collective on DMDA Many br
Input Parameter
da -the distributed array Many br
aotype -type of AO Many br
Output Parameters
Many br
Notes
It will generate and error if an AO has already been obtained with a call to DMDAGetAO and the user sets a different AOType Many br
Keywords
distributed array, get, global, indices, local-to-global
See Also
DMDACreate2d(), DMDAGetAO(), DMDAGetGhostCorners(), DMDAGetCorners(), DMDALocalToGlocal()
DMGlobalToLocalBegin(), DMGlobalToLocalEnd(), DMLocalToLocalBegin(), DMLocalToLocalEnd(), DMDAGetGlobalIndices(), DMDAGetOwnershipRanges(), Many brAO, AOPetscToApplication(), AOApplicationToPetsc() Many br
Level:intermediate
Location:src/dm/impls/da/daindex.c
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages