petsc-3.3-p7 2013-05-11

DMShellCreate

Creates a shell DM object, used to manage user-defined problem data

Synopsis

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

Input Parameter

comm -the processors that will share the global vector

Output Parameters

shell -the shell DM

See Also

DMDestroy(), DMCreateGlobalVector()

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