petsc-3.4.5 2014-06-29

SectionIntSetFiberDimensionField

Set the size of the vector space attached to the point for a given field

Synopsis

#include "petscdmmesh.h"   
PetscErrorCode  SectionIntSetFiberDimensionField(SectionInt section, PetscInt point, const PetscInt size, const PetscInt field)
Not collective

Input Parameters

section - the section object
point - the Sieve point
size - The fiber dimension
field - The field number

See Also

SectionIntSetFiberDimension(), SectionIntRestrict(), SectionIntCreate(), SectionIntView()

Level:advanced
Location:
src/dm/impls/mesh/section.c
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages