← Back to team overview

ufl team mailing list archive

[HG UFL] Added scetch of Cell class, not used yet.

 

One or more new changesets pushed to the primary ufl repository.
A short summary of the last three changesets is included below.

changeset:   164:839215641cb212a822c12e27a315a66e078c44b0
tag:         tip
user:        "Martin Sandve Alnæs <martinal@xxxxxxxxx>"
date:        Mon Aug 18 12:59:04 2008 +0200
files:       ufl/__init__.py ufl/finiteelement.py ufl/objects.py
description:
Added scetch of Cell class, not used yet.

domain = Cell("triangle", 2)
element = FiniteElement("CG", domain, 2)

Added enums for valid cell types:
  from ufl import *
  element = FiniteElement("CG", triangle, 1)

These enums are just strings now, but can be
changed to Cell objects if we want to later.


changeset:   163:5a3b18bae7cc2cdc6e7f24f9882e634ed0f15b69
user:        "Martin Sandve Alnæs <martinal@xxxxxxxxx>"
date:        Mon Aug 18 12:40:12 2008 +0200
files:       demo/H1norm.form demo/H1norm.ufl demo/L2norm.form demo/L2norm.ufl demo/convection_jacobi.form demo/convection_jacobi.ufl demo/convection_jacobi2.form demo/convection_jacobi2.ufl demo/convection_vector.form demo/convection_vector.ufl demo/explicit_convection.form demo/explicit_convection.ufl demo/mass.form demo/mass.ufl demo/source.form demo/source.ufl demo/stiffness.form demo/stiffness.ufl
description:
Renamed form demo files from foo.form to foo.ufl.


changeset:   162:7316c3a0aeef26a2a2019f11463f6f8de7364126
user:        "Martin Sandve Alnæs <martinal@xxxxxxxxx>"
date:        Mon Aug 18 12:39:22 2008 +0200
files:       scripts/ufl2latex setup.py
description:
Added ufl2latex script.

----------------------------------------------------------------------
For more details, visit http://www.fenics.org/hg/ufl