Why has the class FiniteElement been removed?
Open
question
- Dominant language
- Python
- Stars
- 150
- Forks
- 79
- Avg merge
- 1d 16h
- Merged PRs (30d)
- 10
Description
Upon switching from `2024.2.0` to `2025.2.0` I realized that the class `FiniteElement` is now only available in test/utils.py, and therefore not accessible from outside.
Why? What is the idea here? Should one make a copy or how to solve this?
Also, the function `extract_arguments_and_coefficients` suddenly disappears without prior deprecation warning. It was not marked
with a leading underscore, so it's ok to use from outside of the ufl module.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.