1
# Copyright (c) 2005-2006 Anders Logg (logg@tti-c.org)
2
# Licensed under the GNU GPL Version 2
5
# Last changed: 2006-03-28
7
# Testing computation of functionals using the old approach,
8
# by assembling a LinearForm in a Vector and summing the entries.
10
P0 = FiniteElement("Discontinuous Lagrange", "triangle", 0)
11
P1 = FiniteElement("Lagrange", "triangle", 1)