changeset 25:588064275843

Possibility to use tetrahedron instead of Triangle
author gedeone-octave <marco.vassallo@outlook.com>
date Mon, 15 Jul 2013 16:30:38 +0200
parents 632d6a9b907d
children d6e600fa8116
files test/Laplace.ufl
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/test/Laplace.ufl	Mon Jul 15 16:29:28 2013 +0200
+++ b/test/Laplace.ufl	Mon Jul 15 16:30:38 2013 +0200
@@ -23,7 +23,9 @@
 #
 # Compile this form with FFC: ffc -l dolfin Poisson.ufl.
 
+
 element = FiniteElement("Lagrange", triangle, 2)
+# element = FiniteElement("Lagrange", tetrahedron, 2)
 
 u = TrialFunction(element)
 v = TestFunction(element)