DMSetLocalSection#

Set the PetscSection encoding the local data layout for the DM.

Synopsis#

#include "petscdm.h"          
#include "petscdmlabel.h"     
#include "petscds.h"     
PetscErrorCode DMSetLocalSection(DM dm, PetscSection section)

Input Parameters#

Note#

Any existing Section will be destroyed

See Also#

DM Basics, DM, PetscSection, DMGetLocalSection(), DMSetGlobalSection()

Level#

intermediate

Location#

src/dm/interface/dm.c

Examples#

src/ts/tutorials/ex11_sa.c
src/ts/tutorials/ex30.c
src/snes/tutorials/ex7.c
src/ts/tutorials/ex52.c
src/dm/impls/plex/tutorials/ex14.c
src/dm/tutorials/ex20.c
src/ts/tutorials/ex18.c
src/dm/tutorials/ex21.c
src/dm/impls/plex/tutorials/ex7.c
src/ts/tutorials/ex11.c


Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages