1
# Copyright (C) 2006 Kristian Oelgaard and Garth N. Wells.
2
# Licensed under the GNU GPL Version 2.
4
# First added: 2006-11-13
6
element = FiniteElement("Discontinuous vector Lagrange", "tetrahedron", 0, 1)
8
v = TestFunction(element)
9
w = TrialFunction(element)