← Back to team overview

ufl team mailing list archive

[HG UFL] Added a quick overview of the language contents to the ufl module docstring.

 

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

changeset:   902:156a1720340d4db807fa596404ea0dec5a04503a
tag:         tip
user:        "Martin Sandve Alnæs <martinal@xxxxxxxxx>"
date:        Mon Jun 15 14:07:28 2009 +0200
files:       TODO ufl/__init__.py ufl/algorithms/formdata.py ufl/operators.py
description:
Added a quick overview of the language contents to the ufl module docstring.


changeset:   901:d2e5c216d94be0448d4511e88c0c0879f3355516
user:        "Martin Sandve Alnæs <martinal@xxxxxxxxx>"
date:        Mon Jun 15 13:12:20 2009 +0200
files:       TODO doc/manual/chapters/formlanguage.tex doc/manual/ufl-user-manual.tex ufl/__init__.py
description:
Manual updates, thanks to Garth and Andy.


changeset:   900:2f3345ac10fd996bb44c7d6db771fede2b8d0500
user:        "Martin Sandve Alnæs <martinal@xxxxxxxxx>"
date:        Mon Jun 15 11:55:34 2009 +0200
files:       TODO ufl/algorithms/ad.py ufl/algorithms/formdata.py ufl/algorithms/transformations.py ufl/classes.py ufl/differentiation.py ufl/finiteelement.py ufl/geometry.py ufl/objects.py ufl/tensors.py
description:
Using cell.geometric_dimension() and cell.topological_dimension()
instead of cell.d throughout UFL. Cells can be created like
  quadratic_triangle_in_3D = Cell("triangle", 2, R3)
Other FEniCS libraries should also use these instead of cell.d,
in anticipation of an eventual support for forms defined
on a surface in 3D etc.

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