DMDASetAOType#
Sets the type of application ordering to create with DMDAGetAO()
, for a distributed array.
Synopsis#
#include "petscdmda.h"
PetscErrorCode DMDASetAOType(DM da, AOType aotype)
Collective
Input Parameters#
Note#
It will generate an error if an AO
has already been obtained with a call to DMDAGetAO()
and the user sets a different AOType
See Also#
DMDA - Creating vectors for structured grids, DM
, DMDA
, DMDACreate2d()
, DMDAGetAO()
, DMDAGetGhostCorners()
, DMDAGetCorners()
, DMLocalToGlobal()
DMGlobalToLocalBegin()
, DMGlobalToLocalEnd()
, DMLocalToLocalBegin()
, DMLocalToLocalEnd()
, DMDAGetGlobalIndices()
, DMDAGetOwnershipRanges()
,
AO
, AOPetscToApplication()
, AOApplicationToPetsc()
, AOType
, AOBASIC
, AOADVANCED
, AOMAPPING
, AOMEMORYSCALABLE
Level#
intermediate
Location#
Examples#
Index of all DMDA routines
Table of Contents for all manual pages
Index of all manual pages