PetscErrorCode PetscGLLElementGradientCreate(PetscGLL *gll,PetscReal ***AA, PetscReal ***AAT)Not Collective
Notes: Destroy this with PetscGLLElementGradientDestroy()
You can access entries in these arrays with AA[i][j] but in memory it is stored in contiguous memory, row oriented
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