Fenics-ufl

Latest version: v2024.1.0.post1

Safety actively analyzes 623248 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 6

2021.1.0

- Mixed dimensional domain support

2019.1.0

- Remove scripts
- Remove LaTeX support (not functional)
- Add support for complex valued elements; complex mode
is chosen by `compute_form_data(form, complex_mode=True)` typically
by a form compiler; otherwise UFL language is agnostic to the choice
of real/complex domain

2018.1.0

- Remove python2 support

2017.2.0

- Add geometric quantity `CellDiameter` defined 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)EdgeVectors` to `Reference(Cell|Facet)EdgeVectors`
- Add internally used quantites `CellVertices`,
`(Cell|Facet)EdgeVectors` which are physical-coordinates-valued;
will be useful for further geometry lowering implementations
for quads/hexes
- Implement geometry lowering of `(Min|Max)(Cell|Facet)EdgeLength`
for quads and hexes

2017.1.0.post1

- Change PyPI package name to fenics-ufl.

2017.1.0

- Add the `DirectionalSobolevSpace` subclass of `SobolevSpace`. This
allows one to use spaces where elements have varying continuity in
different spatial directions.
- Add `sobolev_space` methods for `HDiv` and `HCurl` finite
elements.
- Add `sobolev_space` methods for `TensorProductElement` and
`EnrichedElement`. The smallest shared Sobolev space will be
returned for enriched elements. For the tensor product elements, a
`DirectionalSobolevSpace` is returned depending on the order of the
spaces associated with the component elements.

Page 1 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.