Move `CoordinateElement` from `fem` to `mesh` (Python)
Open
proposal
python
suggestion
- Dominant language
- C++
- Stars
- 1.2k
- Forks
- 261
- Avg merge
- 1d 15h
- Merged PRs (30d)
- 65
Description
Having `CoordinateElement` in the `fem` module causes some problems with circular imports. It would be cleaner if `mesh` had no dependencies on `fem`, since `fem` will always depend on `mesh`.
Contributor guide
Assessment
This issue has not been assessed yet.