Logo  0.95.0-final
Finite Element Embedded Library and Language in C++
Feel++ Feel++ on Github Feel++ community
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
operations.hpp File Reference

Go to the source code of this file.

Namespaces

 Feel
 [marker1]
 

Functions

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 $\frac{\partial \cdot}{\partial x}$ of a polynomial p More...
 
template<typename Poly , template< uint16_type > class Type>
PolynomialSet< Poly, Type > Feel::dx (PolynomialSet< Poly, Type > const &p)
 compute $\frac{\partial \cdot}{\partial x}$ 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 $\frac{\partial \cdot}{\partial y}$ of a polynomial p More...
 
template<typename Poly , template< uint16_type > class Type>
PolynomialSet< Poly, Type > Feel::dy (PolynomialSet< Poly, Type > const &p)
 compute $\frac{\partial \cdot}{\partial y}$ 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 $\frac{\partial \cdot}{\partial z}$ of a polynomial p More...
 
template<typename Poly , template< uint16_type > class Type>
PolynomialSet< Poly, Type > Feel::dz (PolynomialSet< Poly, Type > const &p)
 compute $\frac{\partial \cdot}{\partial z}$ 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 : $ P_1 \oplus P_2$ More...
 

Detailed Description


Generated on Sun Oct 20 2013 08:25:06 for Feel++ by doxygen 1.8.4