view example/Darcy-Stokes/P2P0/Err_p.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/Errorp.ufl@c15e5434a512
children
line wrap: on
line source

P0  = FiniteElement("DG", triangle, 0)

p = Coefficient(P0)
ph = Coefficient(P0)

M = ((p-ph)*(p-ph))*dx