![]() |
#include <GaussianQuadrature.h>
Inheritance diagram for dolfin::GaussianQuadrature:
Public Member Functions | |
GaussianQuadrature (unsigned int n) | |
Protected Member Functions | |
void | init () |
virtual void | computePoints ()=0 |
void | computeWeights () |
bool | check (unsigned int q) const |
virtual void | show () const=0 |
Display quadrature data. |
Points and weights are computed to be exact within a tolerance of DOLFIN_EPS. Comparing with known exact values for n <= 3 shows that we obtain full precision (16 digits, error less than 2e-16).
|
|
|
|
|
|
|
|
|
|
|
Display quadrature data.
Implements dolfin::Quadrature. Implemented in dolfin::GaussQuadrature, dolfin::LobattoQuadrature, and dolfin::RadauQuadrature. |
Documentation automatically generated with Doxygen on 10 Sep 2004.