Changes in version 2017.2.0¶
UFL 2017.2.0 was released on 2017-11-30.
Summary of changes¶
- Add
CellDiameterexpression giving diameter of a cell, i.e., maximal distance between any two points of the cell. Implemented for all simplices and quads/hexes. - Make
(Min|Max)(Cell|Facet)EdgeLengthworking for quads/hexes
Detailed changes¶
- Add geometric quantity
CellDiameterdefined as a set diameter of the cell, i.e., maximal distance between any two points of the cell; implemented on simplices and quads/hexes - Rename internally used reference quantities
(Cell|Facet)EdgeVectorstoReference(Cell|Facet)EdgeVectors - Add internally used quantites
CellVertices,(Cell|Facet)EdgeVectorswhich are physical-coordinates-valued; will be useful for further geometry lowering implementations for quads/hexes - Implement geometry lowering of
(Min|Max)(Cell|Facet)EdgeLengthfor quads and hexes