view devel/example/Advection-Diffusion/Reaction.ufl @ 161:7e922376b3e8

Devel folder for examples which need to be improved
author gedeone-octave <marcovass89@hotmail.it>
date Thu, 12 Sep 2013 15:23:48 +0200
parents example/Advection-Diffusion/Reaction.ufl@68262f409ac4
children
line wrap: on
line source

element = FiniteElement("Lagrange", tetrahedron, 1)

u = TrialFunction(element)
v = TestFunction(element)

a = u*v*dx