petsc-3.14.6 2021-03-30
Report Typos and Errors

PetscGaussLobattoLegendreElementAdvectionDestroy

frees the advection stiffness for a single 1d GLL element

Synopsis

#include "petscdt.h" 
PetscErrorCode PetscGaussLobattoLegendreElementAdvectionDestroy(PetscInt n,PetscReal *nodes,PetscReal *weights,PetscReal ***AA)
Not Collective

Input Parameter

n - the number of GLL nodes
nodes - the GLL nodes
weights - the GLL weights
A - advection

See Also

PetscDTGaussLobattoLegendreQuadrature(), PetscGaussLobattoLegendreElementAdvectionCreate()

Level

beginner

Location

src/dm/dt/interface/dt.c

Examples

src/ts/tutorials/ex50.c.html
src/tao/unconstrained/tutorials/spectraladjointassimilation.c.html

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