convect(7)
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. @tex $$ a(u,v) = int_ega a.grad(u) v dx
+ skips... $$ for all $u,v in V$, where the vector field $a$ is given.
@end tex
- The V space may `P1d' finite element spaces for building the form.