#include "petscmesh.h" PetscErrorCode MeshGetVertexSectionReal(Mesh mesh, const char name[], PetscInt fiberDim, SectionReal *section)Collective on Mesh
mesh | - The Mesh object | |
fiberDim | - The number of degrees of freedom per vertex |
  MeshGetVertexSectionReal(Mesh mesh, PetscInt fiberDim, SectionReal *section) | -> | MeshGetVertexSectionReal(mesh,"default",fiberDim,section) |
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