|
template<typename Poly > |
Polynomial< Poly, Vectorial > | Feel::curl (Polynomial< Poly, Vectorial > const &p) |
| compute the curl of a vectorial polynomial p More...
|
|
template<typename Poly > |
PolynomialSet< Poly, Vectorial > | Feel::curl (PolynomialSet< Poly, Vectorial > const &p) |
| compute the curl of a vectorial polynomial set p More...
|
|
template<typename Poly > |
Polynomial< Poly, Vectorial > | Feel::curlt (Polynomial< Poly, Vectorial > const &p) |
| compute the transpose of the curl of a vectorial polynomial p More...
|
|
template<typename Poly > |
PolynomialSet< Poly, Vectorial > | Feel::curlt (PolynomialSet< Poly, Vectorial > const &p) |
| compute the transpose of the curl of a vectorial polynomial p More...
|
|
template<typename Poly > |
Polynomial< Poly, Scalar > | Feel::divergence (Polynomial< Poly, Vectorial > const &p) |
| compute the divergence of a vectorial polynomial p More...
|
|
template<typename Poly > |
PolynomialSet< Poly, Scalar > | Feel::divergence (PolynomialSet< Poly, Vectorial > const &p) |
| compute the divergence of a vectorial polynomial set p More...
|
|
template<typename Poly , template< uint16_type > class Type> |
Polynomial< Poly, Type > | Feel::dx (Polynomial< Poly, Type > const &p) |
| compute of a polynomial p More...
|
|
template<typename Poly , template< uint16_type > class Type> |
PolynomialSet< Poly, Type > | Feel::dx (PolynomialSet< Poly, Type > const &p) |
| compute of a polynomial set p More...
|
|
template<typename Poly , template< uint16_type > class Type> |
Polynomial< Poly, Type > | Feel::dy (Polynomial< Poly, Type > const &p) |
| compute of a polynomial p More...
|
|
template<typename Poly , template< uint16_type > class Type> |
PolynomialSet< Poly, Type > | Feel::dy (PolynomialSet< Poly, Type > const &p) |
| compute of a polynomial set p More...
|
|
template<typename Poly , template< uint16_type > class Type> |
Polynomial< Poly, Type > | Feel::dz (Polynomial< Poly, Type > const &p) |
| compute of a polynomial p More...
|
|
template<typename Poly , template< uint16_type > class Type> |
PolynomialSet< Poly, Type > | Feel::dz (PolynomialSet< Poly, Type > const &p) |
| compute of a polynomial set p More...
|
|
template<typename Poly > |
Polynomial< Poly, Vectorial > | Feel::gradient (Polynomial< Poly, Scalar > const &p) |
| compute the gradient of a scalar polynomial p More...
|
|
template<typename Poly > |
Polynomial< Poly, Tensor2 > | Feel::gradient (Polynomial< Poly, Vectorial > const &p) |
| compute the gradient of a vectorial polynomial p More...
|
|
template<typename Poly > |
PolynomialSet< Poly, Vectorial > | Feel::gradient (PolynomialSet< Poly, Scalar > const &p) |
| compute the gradient of a scalar polynomial set More...
|
|
template<typename Poly > |
PolynomialSet< Poly, Tensor2 > | Feel::gradient (PolynomialSet< Poly, Vectorial > const &p) |
| compute the gradient of a vectorial polynomial set More...
|
|
template<typename Poly > |
PolynomialSet< Poly, Tensor2 > | Feel::hessian (PolynomialSet< Poly, Scalar > const &p) |
| compute the gradient of a vectorial polynomial set More...
|
|
template<typename Poly , template< uint16_type > class PsetType> |
Poly::value_type | Feel::integrate (Polynomial< Poly, PsetType > const &p) |
| integrate a polynomial over a convex More...
|
|
template<typename Pset , typename Func , typename IM > |
Polynomial< Pset, Scalar > | Feel::project (Pset const &pset, Func const &f, IM const &im) |
|
template<typename P , template< uint16_type > class Type, template< class, template< uint16_type > class > class Poly1, template< class, template< uint16_type > class > class Poly2> |
PolynomialSet< P, Type > | Feel::unite (Poly1< P, Type > const &pset1, Poly2< P, Type > const &pset2) |
| union of two polynomial sets P1 and P2 : More...
|
|