PetscSectionDestroy#

Frees a PetscSection

Synopsis#

#include "petscsection.h"   
PetscErrorCode PetscSectionDestroy(PetscSection *s)

Not Collective

Input Parameter#

See Also#

PetscSection, PetscSection, PetscSectionCreate(), PetscSectionReset()

Level#

beginner

Location#

src/vec/is/section/interface/section.c

Examples#

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


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