PetscGaussLobattoLegendreElementMassDestroy#

Free a 1D GLL elemental mass matrix created with PetscGaussLobattoLegendreElementMassCreate()

Synopsis#

Not Collective; No Fortran Support

Input Parameters#

  • n - number of GLL nodes (ignored)

  • nodes - the GLL quadrature nodes (ignored)

  • weights - the GLL quadrature weights (ignored)

  • AA - the mass matrix to free; *AA is set to NULL on return

See Also#

PetscGaussLobattoLegendreElementMassCreate(), PetscDTGaussLobattoLegendreQuadrature()

Level#

beginner

Location#

src/dm/dt/interface/dt.c


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