~ubuntu-branches/ubuntu/trusty/ffc/trusty

« back to all changes in this revision

Viewing changes to demo/Biharmonic.ufl

  • Committer: Bazaar Package Importer
  • Author(s): Johannes Ring
  • Date: 2010-02-03 20:22:35 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20100203202235-fe8d0kajuvgy2sqn
Tags: 0.9.0-1
* New upstream release.
* debian/control: Bump Standards-Version (no changes needed).
* Update debian/copyright and debian/copyright_hints.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
# Test and trial functions
18
18
v = TestFunction(element)
19
19
u = TrialFunction(element)
20
 
f = Function(element)
 
20
f = Coefficient(element)
21
21
 
22
22
# Normal component, mesh size and right-hand side
23
23
n = element.cell().n