#187 Quadrature rules for 0d entity needed
Metadata
Property | Value |
---|---|
Reported by | Oliver Sander (oliver.sander@tu-dresden.de) |
Reported at | Oct 17, 2006 13:19 |
Type | Bug Report |
Version | Git (pre2.4) [autotools] |
Operating System | Unspecified / All |
Last edited by | Christian Engwer (christi@conan.iwr.uni-heidelberg.de) |
Last edited at | Oct 18, 2006 08:14 |
Closed by | Christian Engwer (christi@conan.iwr.uni-heidelberg.de) |
Closed at | Oct 31, 2006 23:01 |
Closed in version | 1.0 |
Resolution | Fixed |
Comment |
Description
We need quadrature rules for zero-dimensional entities so that algorithms which do numerical quadrature on intersections gracefully degenerate on 1d grids.
A quadrature rule for any order would simply consist of a single point with no coordinates and the weight 1.
This will make the tests for OneDGrid and SGrid run again.