template<typename Data>
template<typename Space>
class Feel::functional< Data >::IntegralMomentOnFace< Space >
functional that returns
where
- Author
- Christophe Prud'homme
|
typedef node< value_type >::type | node_type |
|
typedef super::polynomial_type | polynomial_type |
|
typedef IntegralMomentOnFace
< Space > | self_type |
|
typedef super::space_type | space_type |
|
typedef space_type::value_type | value_type |
|
typedef Space::value_type | value_type |
|
typedef Functional< Space > | self_type |
|
typedef Space | space_type |
|
typedef Space | polynomialset_type |
|
typedef space_type::polynomial_type | polynomial_type |
|
typedef space_type::basis_type | basis_type |
|
typedef space_type::matrix_type | matrix_type |
|
typedef ublas::matrix< value_type > | rep_type |
|
|
| 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) |
|
| Functional () |
|
| Functional (space_type const &Space) |
|
| Functional (space_type const &Space, matrix_type const &coeff) |
|
| Functional (Functional const &__f) |
|
virtual | ~Functional () |
|
self_type & | operator= (self_type const &__f) |
|
self_type & | operator+= (const self_type &__f) |
|
virtual matrix_type | operator() (polynomial_type const &p) const |
|
uint16_type | size () const |
|
rep_type const & | coeff () const |
|
void | setCoefficient (matrix_type const &__coeff) |
|