~ubuntu-branches/ubuntu/maverick/dolfin/maverick

« back to all changes in this revision

Viewing changes to demo/pde/lift-drag/cpp/Pressure.form

  • Committer: Bazaar Package Importer
  • Author(s): Johannes Ring
  • Date: 2008-09-16 08:41:20 UTC
  • Revision ID: james.westby@ubuntu.com-20080916084120-i8k3u6lhx3mw3py3
Tags: upstream-0.9.2
ImportĀ upstreamĀ versionĀ 0.9.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Copyright (c) 2009 Garth N. Wells
 
2
# Licensed under the GNU LGPL Version 2.1
 
3
#
 
4
# First added:  2009-03-14
 
5
# Last changed: 
 
6
#
 
7
# A continuous P1 element
 
8
#
 
9
# Compile this form with FFC: ffc -l dolfin Pressure.form
 
10
 
 
11
element = FiniteElement("Lagrange", "triangle", 1)
 
12