petsc-3.7.1 2016-05-15
Report Typos and Errors

DMDASetOwnershipRanges

Sets the number of nodes in each direction on each process

Synopsis

#include "petscdmda.h"   
PetscErrorCode  DMDASetOwnershipRanges(DM da, const PetscInt lx[], const PetscInt ly[], const PetscInt lz[])
Logically Collective on DMDA Many br

Input Parameter

da - The DMDA Many br
lx - array containing number of nodes in the X direction on each process, or NULL. If non-null, must be of length da->m Many br
ly - array containing number of nodes in the Y direction on each process, or NULL. If non-null, must be of length da->n Many br
lz - array containing number of nodes in the Z direction on each process, or NULL. If non-null, must be of length da->p. Many br

Many br

Note: these numbers are NOT multiplied by the number of dof per node. Many br

Keywords

distributed array

See Also

DMDACreate(), DMDestroy(), DMDA

Level:intermediate
Location:
src/dm/impls/da/da.c
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages