Rename get[Max|Min]Value and getMaxMagnitude methods
The three FE class methods return the maximal, minimal of the function's degrees of freedom of their magnitude. In order to clearer express that they do not (for most kinds of FE functions) return the maximum or minimum value of the function over the domain, this MR renames them to
- getMaxDoFValue()
- getMinDoFValue()
- getMaxDoFMagnitude()
Edited by Marcus Mohr