dune-grid
2.3beta2
|
Traits class determining whether the Dune::Geometry facade class stores the implementation object by reference or by value. More...
#include <dune/grid/common/geometry.hh>
Static Public Attributes | |
static const bool | v = true |
Whether to store by reference. |
Traits class determining whether the Dune::Geometry facade class stores the implementation object by reference or by value.
Storing by reference is appropriate for grid managers that keep an instance of each geometry around anyway. Note that the reference to that instance must be valid at least until the next grid modification.
|
static |
Whether to store by reference.