~njansson/dolfin/hpc

« back to all changes in this revision

Viewing changes to src/sandbox/meshordering/test.form

  • Committer: Johannes Ring
  • Date: 2008-03-05 22:43:06 UTC
  • Revision ID: johannr@simula.no-20080305224306-2npsdyhfdpl2esji
The BIG commit!

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
 
3
 
el = FiniteElement("Lagrange", "triangle", 1)
4
 
 
5
 
v = TestFunction(el)
6
 
f = Function(el)
7
 
 
8
 
L = v*f*dx