petsc-3.9.4 2018-09-11
DMSetDefaultSection
Set the PetscSection encoding the local data layout for the DM.
Synopsis
#include "petscdm.h"
#include "petscdmlabel.h"
#include "petscds.h"
PetscErrorCode DMSetDefaultSection(DM dm, PetscSection section)
Input Parameters
Note: Any existing Section will be destroyed
See Also
DMSetDefaultSection(), DMGetDefaultGlobalSection()
Level
intermediate
Location
src/dm/interface/dm.c
Examples
src/dm/impls/plex/examples/tutorials/ex1.c.html
src/dm/impls/plex/examples/tutorials/ex1f90.F90.html
src/dm/examples/tutorials/ex20.c.html
src/ts/examples/tutorials/ex11.c.html
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages