view example/Darcy-Stokes/P2P0/Err_v.ufl @ 113:065ae2bff9ef

Maint: rename the ufl file
author gedeone-octave <marcovass89@hotmail.it>
date Sat, 24 Aug 2013 15:41:11 +0200
parents example/Darcy-Stokes/P2P0/Errorv.ufl@c15e5434a512
children
line wrap: on
line source

P2 = VectorElement("CG", triangle, 2)

v = Coefficient(P2)
vh = Coefficient(P2)

M = (dot((v-vh),(v-vh)))*dx