← Back to team overview

ufl team mailing list archive

[HG UFL] Moved UFLObject special functions to a single file baseoperators.py.

 

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

changeset:   165:b71f97e123d5e73e2d82bd8cd5a367743a8e85d4
tag:         tip
user:        "Martin Sandve Alnæs <martinal@xxxxxxxxx>"
date:        Mon Aug 18 15:57:52 2008 +0200
files:       ROADMAP ufl/__init__.py ufl/algebra.py ufl/algorithms/__init__.py ufl/algorithms/analysis.py ufl/algorithms/transformations.py ufl/algorithms/transformations_work_in_progress.py ufl/algorithms/traversal.py ufl/base.py ufl/baseoperators.py ufl/classes.py ufl/differentiation.py ufl/finiteelement.py ufl/indexing.py ufl/restriction.py ufl/tensoralgebra.py ufl/variable.py
description:
Moved UFLObject special functions to a single file baseoperators.py.

Made Variable a Terminal: I think this is the right thing, but may
still reconsider while finishing the differentiation implementation.

Implemented utilities indices(a), renumber_indices(a), and renumber_arguments(a).
These are yet to be tested.

Some cleanup in algorithms.


changeset:   164:839215641cb212a822c12e27a315a66e078c44b0
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.

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