#include <functionals2.hpp>
functional that returns
where
Inherits vector< Functional< Space > >.
Public Types | |
| typedef BasisType | basis_type |
| typedef Functional< Space > | functional_type |
| typedef node< value_type >::type | node_type |
| typedef super::polynomial_type | polynomial_type |
|
typedef space_type::reference_convex_type | reference_convex_type |
|
typedef IntegralMomentsOnFace < Space, BasisType > | self_type |
| typedef Space | space_type |
| typedef space_type::value_type | value_type |
Public Member Functions | |
| IntegralMomentsOnFace (space_type const &p, basis_type const &l, IntegrationFaceEnum face=ALL_FACES) | |
Static Public Attributes | |
| static const uint16_type | nComponents = space_type::nComponents |
|
inline |
Construct the functional
| p | polynomial space on which we apply the functional |
| k | index of the polynomial to integrate against |
| face | face of the convex over which to integrate |
1.8.5