~njansson/dolfin/hpc

« back to all changes in this revision

Viewing changes to src/modules/plasticity/dolfin/ep_strain3D.form

  • Committer: Anders Logg
  • Date: 2007-01-10 09:04:44 UTC
  • mfrom: (1689.1.221 trunk)
  • Revision ID: logg@simula.no-20070110090444-ecyux3n1qnei4i8h
RemoveĀ oldĀ head

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Copyright (C) 2006 Kristian Oelgaard and Garth N. Wells.
 
2
# Licensed under the GNU GPL Version 2.
 
3
#
 
4
# First added:  2006-11-13
 
5
 
 
6
element = FiniteElement("Discontinuous vector Lagrange", "tetrahedron", 0, 1)
 
7
 
 
8
v = TestFunction(element)
 
9
w = TrialFunction(element)
 
10
 
 
11
a = dot(v, w)*dx