petsc-3.8.4 2018-03-24
PetscGLLElementLaplacianDestroy
frees the Laplacian for a single 1d GLL element
Synopsis
PetscErrorCode PetscGLLElementLaplacianDestroy(PetscGLL *gll,PetscReal ***AA)
Not Collective
Input Parameter
| gll | - the nodes
|
| A | - the stiffness element
|
See Also
PetscGLL, PetscGLLDestroy(), PetscGLLView(), PetscGLLElementLaplacianCreate()
Level:beginner
Location:src/sys/classes/gll/petscgll.c
Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages
Examples
src/ksp/ksp/examples/tutorials/ex68.c.html
src/ksp/ksp/examples/tutorials/ex69.c.html
src/tao/unconstrained/examples/tutorials/heat-data-assimulation.c.html