#40 Add identifier for Quadratures
Metadata
Property | Value |
---|---|
Reported by | Adrian Burri (burriad@mathematik.uni-freiburg.de) |
Reported at | Oct 26, 2005 09:35 |
Type | Feature Request |
Version | Git (pre2.4) [autotools] |
Operating System | Unspecified / All |
Closed by | Adrian Burri (burriad@mathematik.uni-freiburg.de) |
Closed at | Dec 6, 2005 13:57 |
Closed in version | Unknown |
Resolution | Deferred |
Comment | Not needed right now, built an intermediate solution that works for me. |
Description
When implementing some sort of caching mechanism, one would like to be able to identify distinct quadratures to access the precomputed values (of base functions, for instance) for that quadrature efficiently.
The requirements are the following:
- Each distinct quadrature object must provide a unique identifier to its client
- Distinct means: Differing number of quadrature point or differing coordinates in at least one
- Identifier must be of index type so that access in an array-like structure is possible