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
projectors.hpp File Reference
#include <boost/timer.hpp>
#include <feel/feelcore/parameter.hpp>
#include <feel/feeldiscr/functionspace.hpp>

Go to the source code of this file.

Classes

class  Feel::vf::details::Projector< iDim, FunctionSpaceType, IteratorRange, ExprT >
 base class for projectors More...
 

Namespaces

 Feel
 [marker1]
 

Functions

template<typename FunctionSpaceType , typename IteratorRange , typename ExprT >
FunctionSpaceType::element_type Feel::vf::project (boost::shared_ptr< FunctionSpaceType > const &__functionspace, IteratorRange const &range_it, Expr< ExprT > const &__expr, GeomapStrategyType geomap=GeomapStrategyType::GEOMAP_HO)
 nodal projection of __expr onto the the subspace of __functionspace described by the range range_it More...
 
template<typename FunctionSpaceType , typename ExprT >
FunctionSpaceType::element_type Feel::vf::project (boost::shared_ptr< FunctionSpaceType > const &__functionspace, Expr< ExprT > const &__expr, GeomapStrategyType geomap=GeomapStrategyType::GEOMAP_HO)
 nodal projection of __expr onto the space __functionspace More...
 
template<typename FunctionSpaceType , typename ExprT >
FunctionSpaceType::element_type Feel::vf::project (FunctionSpaceType const &__functionspace, Expr< ExprT > const &__expr, GeomapStrategyType geomap=GeomapStrategyType::GEOMAP_HO)
 nodal projection of __expr onto the space __functionspace More...
 
template<typename FunctionSpaceType , typename IteratorRange , typename ExprT >
FunctionSpaceType::element_type Feel::vf::project (FunctionSpaceType const &__functionspace, IteratorRange const &range_it, Expr< ExprT > const &__expr, GeomapStrategyType geomap=GeomapStrategyType::GEOMAP_HO)
 nodal projection of __expr onto the the subspace of __functionspace described by the range range_it More...
 
template<typename FunctionSpaceType , typename IteratorRange , typename ExprT >
FunctionSpaceType::element_type Feel::vf::project_impl (boost::shared_ptr< FunctionSpaceType > const &__functionspace, IteratorRange const &range_it, Expr< ExprT > const &__expr, GeomapStrategyType geomap=GeomapStrategyType::GEOMAP_HO)
 
template<typename FunctionSpaceType , typename IteratorRange , typename ExprT >
FunctionSpaceType::element_type Feel::vf::sum (boost::shared_ptr< FunctionSpaceType > const &__functionspace, IteratorRange const &range_it, Expr< ExprT > const &__expr, GeomapStrategyType geomap=GeomapStrategyType::GEOMAP_HO)
 nodal projection of __expr onto the the subspace of __functionspace described by the range range_it More...
 
template<typename FunctionSpaceType , typename ExprT >
FunctionSpaceType::element_type Feel::vf::sum (boost::shared_ptr< FunctionSpaceType > const &__functionspace, Expr< ExprT > const &__expr)
 nodal projection of __expr onto the space __functionspace More...
 

Detailed Description


Generated on Sun Dec 22 2013 13:11:16 for Feel++ by doxygen 1.8.5