~njansson/dolfin/hpc

« back to all changes in this revision

Viewing changes to demo/pde/nonlinear-poisson/cpp/NonlinearPoisson.py

  • Committer: Garth N. Wells
  • Date: 2008-03-29 09:34:25 UTC
  • Revision ID: gnw20@cam.ac.uk-20080329093425-3ea2vhjvccq56zvi
Add some basic build & install instructions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
# The linearised bilinear form a(v, U) and linear form L(v) for
13
13
# the nonlinear equation - div (1+u^2) grad u = f
14
14
#
15
 
# Compile this form with FFC: ffc -l dolfin NonlinearPoisson.form.
 
15
# Compile this form with FFC: ffc NonlinearPoisson.form.
16
16
 
17
17
element = FiniteElement("Lagrange", "triangle", 1)
18
18