MeshGetVertexSectionReal

Create a Section over the vertices with the specified fiber dimension

Synopsis

#include "petscmesh.h"   
PetscErrorCode MeshGetVertexSectionReal(Mesh mesh, const char name[], PetscInt fiberDim, SectionReal *section)
Collective on Mesh

Input Parameters

mesh - The Mesh object
fiberDim - The number of degrees of freedom per vertex

Output Parameter

section -The section

Keywords

mesh, section, vertex

C++ variants

  MeshGetVertexSectionReal(Mesh mesh, PetscInt fiberDim, SectionReal *section)->MeshGetVertexSectionReal(mesh,"default",fiberDim,section)

See Also

MeshCreate(), SectionRealCreate()

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