GetFEM
5.4.2
|
Description of an exact integration of polynomials. More...
#include <getfem_integration.h>
Inherited by getfem::plyint_mul_structure_, and getfem::simplex_poly_integration_.
Public Member Functions | |
dim_type | dim (void) const |
Dimension of convex of reference. | |
bgeot::pconvex_structure | structure (void) const |
{Structure of convex of reference. | |
long_scalar_type | int_poly (const base_poly &P) const |
Evaluate the integral of the polynomial P on the reference element. | |
long_scalar_type | int_poly_on_face (const base_poly &P, short_type f) const |
Evaluate the integral of the polynomial P on the face f of the reference element. | |
Description of an exact integration of polynomials.
This class is not to be manipulate by itself. Use ppoly_integration and the functions written to produce the basic descriptions.
Definition at line 112 of file getfem_integration.h.