petsc-3.3-p7 2013-05-11

DMSlicedCreate

Creates a DM object, used to manage data for a unstructured problem

Synopsis

#include "petscdmsliced.h" 
#include "petscmat.h"      
#include "petscdm.h"       
PetscErrorCode  DMSlicedCreate(MPI_Comm comm,DM *dm)
Collective on MPI_Comm

Input Parameter

comm -the processors that will share the global vector

Output Parameters

slice -the slice object

See Also

DMDestroy(), DMCreateGlobalVector()

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