PetscSectionDestroy#
Frees a PetscSection
Synopsis#
#include "petscsection.h"
PetscErrorCode PetscSectionDestroy(PetscSection *s)
Not Collective
Input Parameter#
s - the
PetscSection
See Also#
PetscSection, PetscSection
, PetscSectionCreate()
, PetscSectionReset()
Level#
beginner
Location#
Examples#
src/dm/impls/plex/tutorials/ex1.c
src/dm/impls/plex/tutorials/ex14.c
src/dm/impls/plex/tutorials/ex1f90.F90
src/dm/impls/plex/tutorials/ex6.c
src/dm/impls/plex/tutorials/ex7.c
src/dm/tutorials/ex20.c
src/dm/tutorials/ex21.c
src/snes/tutorials/ex7.c
src/ts/tutorials/ex11.c
src/ts/tutorials/ex11_sa.c
src/ts/tutorials/ex18.c
Index of all PetscSection routines
Table of Contents for all manual pages
Index of all manual pages