petsc-3.4.5 2014-06-29

DMMeshGetCellSectionInt

Create a Section over the cells with the specified fiber dimension

Synopsis

#include "petscdmmesh.h"   
PetscErrorCode DMMeshGetCellSectionInt(DM dm, const char name[], PetscInt fiberDim, SectionInt *section)
Collective on DMMesh

Input Parameters

mesh - The DMMesh object
fiberDim - The section name

Output Parameter

section -The section

Keywords

mesh, section, cell

See Also

DMMeshCreate(), SectionIntCreate()

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