Bind an entity reference instead of an rvalue
All threads resolved!
All threads resolved!
Summary
Whenever a local-function is bound to an element, the element should be passed as an lvalue and not an rvalue. The bind(Element const&)
function takes just a const&
so we don't know what we get. This MR, fixes the binding in the intersections and stores the bound element in some local-functions instead of just creating a pointer to the argument.
Merge request reports
Activity
added 1 commit
- 76119e76 - Add OptionalNoCopy to allow copy of optional<Geometry> with a non-copyable Geometry
added 1 commit
- cac1ec07 - Store GridFunction by value or reference wrapper
added 1 commit
- 45632ea7 - Add ResolveRef utilities from dune-functions
- Resolved by Praetorius, Simon
- Resolved by Praetorius, Simon
added 1 commit
- cfde9e50 - Fix the naming of normals in NormalGridViewFunction
mentioned in commit 13c6fc3a
Please register or sign in to reply