|
Feel++
0.92.0
|
functional that returns
where
More...
#include <functionals2.hpp>
Public Types | |
|
typedef IntegralMomentOnFace < Space > | self_type |
| typedef super::space_type | space_type |
| typedef super::polynomial_type | polynomial_type |
| typedef space_type::value_type | value_type |
| typedef node< value_type >::type | node_type |
Public Member Functions | |
| IntegralMomentOnFace (space_type const &p, uint16_type k, IntegrationFaceEnum face=ALL_FACES) | |
| IntegralMomentOnFace (space_type const &p, uint16_type k, uint16_type c, IntegrationFaceEnum face=ALL_FACES) | |
Static Public Attributes | |
| static const uint16_type | nComponents = space_type::nComponents |
functional that returns
where
| Feel::functional::IntegralMomentOnFace< Space >::IntegralMomentOnFace | ( | space_type const & | p, |
| uint16_type | k, | ||
| IntegrationFaceEnum | face = ALL_FACES |
||
| ) | [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 |
| Feel::functional::IntegralMomentOnFace< Space >::IntegralMomentOnFace | ( | space_type const & | p, |
| uint16_type | k, | ||
| uint16_type | c, | ||
| IntegrationFaceEnum | face = ALL_FACES |
||
| ) | [inline] |
Construct the functional
| p | polynomial space on which we apply the functional |
| k | index of the polynomial to integrate against |
| c | component index |
| face | face of the convex over which to integrate |
1.7.6.1