memory -memory to free
Synopsis
int PetscFree(void *memory)
Notes: Memory must have been obtained with PetscNew() or PetscMalloc()
See Also
PetscNew(), PetscMalloc()
Level:beginner
Location:include/petsc.h
Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages
Examples
src/vec/is/examples/tutorials/ex1.c.html
src/vec/examples/tutorials/ex6.c.html
src/vec/examples/tutorials/ex8.c.html
src/vec/examples/tutorials/ex9.c.html
src/sles/examples/tutorials/ex3.c.html
src/sles/examples/tutorials/ex7.c.html
src/sles/examples/tutorials/ex8.c.html
src/sles/examples/tutorials/ex10.c.html
src/sles/examples/tutorials/ex13.c.html
src/sles/examples/tutorials/ex15.c.html
src/snes/examples/tutorials/ex5s.c.html