
NAME
convect -- discontinuous Galerkin
SYNOPSIS
form(const space& V, const space& V, "convect", uh);
DESCRIPTION
Assembly the matrix associated to the discontinuous Galerkin method on
the finite element space V.
/
|
c(u,v) = | a.grad(u) v dx + skips...
|
/ Omega
for all u,v in V, where the vector field a is given. The V space may
P1d finite element spaces for building the form.