ufl team mailing list archive
-
ufl team
-
Mailing list archive
-
Message #00175
[HG UFL] Added restriction operator as UFLObject.__call__(self, side):
One or more new changesets pushed to the primary ufl repository.
A short summary of the last three changesets is included below.
changeset: 124:7a62ded1122360bbf1936b4a47102f57a25d6583
tag: tip
user: "Martin Sandve Alnæs <martinal@xxxxxxxxx>"
date: Sun Jun 08 16:01:42 2008 +0200
files: ufl/all.py ufl/base.py ufl/restriction.py
description:
Added restriction operator as UFLObject.__call__(self, side):
v('+')
v('-')
are now valid UFL expressions with v being any other expression.
changeset: 123:435f655048358b2897defdb8d9e004bd11feceec
user: "Martin Sandve Alnæs <martinal@xxxxxxxxx>"
date: Tue Jun 03 16:10:32 2008 +0200
files: ufl/finiteelement.py
description:
Minor fix.
changeset: 122:6ef59876be3036d3b3342a4a29330d9249f0f16f
user: "Martin Sandve Alnæs <martinal@xxxxxxxxx>"
date: Tue Jun 03 16:00:57 2008 +0200
files: ufl/finiteelement.py
description:
Bugfix in TensorElement.extract_component.
Added simplified default symmetry for second order tensor elements:
element = TensorElement("CG", polygon, 1, symmetry=True)
will yield the most used symmetric second order tensor (matrix)
element that occurs in so many physical applications.
The symmetry argument should be well documented,
it's definitely not obvious what it means.
----------------------------------------------------------------------
For more details, visit http://www.fenics.org/hg/ufl