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
fiberDim - The section name

Output Parameter

section -The section

Keywords

mesh, section, cell

C++ variants

  DMMeshGetCellSectionReal(DM dm, PetscInt fiberDim, SectionReal *section)->DMMeshGetCellSectionReal(dm,"default",fiberDim,section)

See Also

DMMeshCreate(), SectionRealCreate()

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