~njansson/dolfin/hpc

« back to all changes in this revision

Viewing changes to demo/la/trilinos/python/demo2.py

  • Committer: Kent-Andre Mardal
  • Date: 2008-05-17 07:26:30 UTC
  • mto: (2668.7.1 trunk)
  • mto: This revision was merged to the branch mainline in revision 2670.
  • Revision ID: kent-and@simula.no-20080517072630-eywn6rchs6zsa0en
clean up

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
from dolfin import *
14
14
 
15
15
# Create mesh and finite element
16
 
mesh = UnitSquare(20,20)
 
16
mesh = UnitSquare(200,200)
17
17
element = FiniteElement("Lagrange", "triangle", 1)
18
18
 
19
19
# Source term