|
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...
|
|