petsc-3.3-p7 2013-05-11
SectionRealCreate
Creates a Section object, used to manage data for an unstructured problem described by a Sieve.
Synopsis
#include "petscdmmesh.h"
PetscErrorCode SectionRealCreate(MPI_Comm comm, SectionReal *section)
Collective on MPI_Comm
Input Parameter
comm -the processors that will share the global section
Output Parameters
section -the section object
See Also
SectionRealDestroy(), SectionRealView()
Level:advanced
Location:src/dm/impls/mesh/section.c
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages