petsc-3.4.5 2014-06-29

DMMeshGetCellSectionReal

Create a Section over the cells with the specified fiber dimension

Synopsis

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

Input Parameters

mesh - The DMMesh object
name - The name of the section
fiberDim - The number of degrees of freedom per cell

Output Parameter

section -The section

Keywords

mesh, section, cell

See Also

DMMeshCreate(), SectionRealCreate(), DMMeshGetVertexSectionReal(), DMMeshCreateSectionRealIS()

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