MeshGetCellSectionReal

Create a Section over the cells with the specified fiber dimension

Synopsis

#include "petscmesh.h"   
PetscErrorCode MeshGetCellSectionReal(Mesh mesh, PetscInt fiberDim, SectionReal *section)
Collective on Mesh

Input Parameters

mesh - The Mesh object
fiberDim - The section name

Output Parameter

section -The section

Keywords

mesh, section, cell

See Also

MeshCreate(), SectionRealCreate()

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