Skip to content

Rewrite findElementOrError

The new implementation uses ranges and takes a callback for the error case. The callback is more efficient, especially if the error string is constructed on every call (related to !4888 (merged))

All occurrences were rewritten and a very common pattern for mesh search by name was extracted in own function.

Merge request reports