Add consistency checks for Constants and Coefficients in forms
Open
high-priority
roadmap
- Dominant language
- C++
- Stars
- 1.2k
- Forks
- 261
- Avg merge
- 1d 15h
- Merged PRs (30d)
- 65
Description
At least from C++, there are no checks on the consistency of user-supplied form constants and coefficients with what the form expects. Supplying inconsistent constants/coefficients should raise an exception, but it doesn't.
This may requite some extract information to be added to UFCx.
- [x] Add checks for constants (#3760)
- [ ] Add checks for coefficients
Contributor guide
Assessment
This issue has not been assessed yet.