petsc-3.7.5 2017-01-01
Report Typos and Errors

DMDAGetProcessorSubsets

Returns communicators consisting only of the processors in a DMDA adjacent in a particular dimension, corresponding to a logical plane in a 3D grid or a line in a 2D grid.

Synopsis

#include "petscdmda.h"   
PetscErrorCode  DMDAGetProcessorSubsets(DM da, DMDADirection dir, MPI_Comm *subcomm)
Collective on DMDA

Input Parameters

da - the distributed array
dir - Cartesian direction, either DMDA_X, DMDA_Y, or DMDA_Z

Output Parameters

subcomm -new communicator

Notes

This routine is useful for distributing one-dimensional data in a tensor product grid.

Keywords

distributed array, get, processor subset

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

Examples

src/dm/examples/tutorials/ex51.c.html