petsc-3.3-p7 2013-05-11

SectionRealSetFiberDimensionField

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

Synopsis

#include "petscdmmesh.h"   
PetscErrorCode  SectionRealSetFiberDimensionField(SectionReal 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

SectionRealSetFiberDimension(), SectionRealRestrict(), SectionRealCreate(), SectionRealView()

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