Skip to content
Snippets Groups Projects
Commit 3a6b1fea authored by graeser's avatar graeser
Browse files

Cleanup and improve

* Split header
* Detangle dependencies
* Use better names in user interface
  * `FormOperator` -> `RangeOperator`
  * `transformedForm(op, form)` -> `transformRange(form, op)`
* Remove `makeSumForm()`, using plain `SumForm(...)` does the trick due to CTAD
* Add operator `D` for computing partial derivatives as `D(u, i)`
* Further cleaup of form interface. Less magic, more explicit.
* Add support for passing more arguemnts to `RangeOperator`
parent 05e93b66
Branches
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment